StateChangedEventArgs Class
Provides data for a StateChanged event.
Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
Public Class StateChangedEventArgs
Inherits EventArgs
'Usage
Dim instance As StateChangedEventArgs
public class StateChangedEventArgs : EventArgs
public ref class StateChangedEventArgs : public EventArgs
public class StateChangedEventArgs extends EventArgs
public class StateChangedEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Practices.CompositeUI.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.Practices.CompositeUI Namespace