Share via


StateChangedAttribute Class

Indicates a method that will handle state changed events.

Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public Class StateChangedAttribute
    Inherits EventSubscriptionAttribute
'Usage
Dim instance As StateChangedAttribute
public class StateChangedAttribute : EventSubscriptionAttribute
public ref class StateChangedAttribute : public EventSubscriptionAttribute
public class StateChangedAttribute extends EventSubscriptionAttribute
public class StateChangedAttribute extends EventSubscriptionAttribute

Inheritance Hierarchy

System.Object
   System.Attribute
     Microsoft.Practices.CompositeUI.EventBroker.EventSubscriptionAttribute
      Microsoft.Practices.CompositeUI.StateChangedAttribute

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

StateChangedAttribute Members
Microsoft.Practices.CompositeUI Namespace