StateChangedEventArgs Class

The event args given to listeners of the ModalStateChanged event. (also RecordingStateChanged, WarningsOffStateChanged, RedrawOffStateChanged)

Namespace:  Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public Class StateChangedEventArgs _
    Inherits EventArgs
‘사용 방법
Dim instance As StateChangedEventArgs
public class StateChangedEventArgs : EventArgs
public ref class StateChangedEventArgs : public EventArgs
type StateChangedEventArgs =  
    class
        inherit EventArgs
    end
public class StateChangedEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.PlatformUI.OleComponentSupport.StateChangedEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

StateChangedEventArgs Members

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace