Share via


StateChangedAttribute Members

Indicates a method that will handle state changed events.

The following tables list the members exposed by the StateChangedAttribute type.

Public Constructors

  Name Description
Public method StateChangedAttribute Initializes a new instance of the StateChangedAttribute using the provided topic and thread options.

Top

Public Properties

  Name Description
Public property Thread  Indicates the way the subscription method should be called, see ThreadOption enumeration for the supported modes. (Inherited from EventSubscriptionAttribute.)
Public property Topic  The name of the EventTopic the decorated method is subscribed to. (Inherited from EventSubscriptionAttribute.)
Public property TypeId  (Inherited from Attribute.)

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Attribute.)
Public method Static GetCustomAttribute  Overloaded. (Inherited from Attribute.)
Public method Static GetCustomAttributes  Overloaded. (Inherited from Attribute.)
Public method GetHashCode  (Inherited from Attribute.)
Public method GetType  (Inherited from Object.)
Public method IsDefaultAttribute  (Inherited from Attribute.)
Public method Static IsDefined  Overloaded. (Inherited from Attribute.)
Public method Match  (Inherited from Attribute.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

StateChangedAttribute Class
Microsoft.Practices.CompositeUI Namespace