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 | |
---|---|---|
StateChangedAttribute | Initializes a new instance of the StateChangedAttribute using the provided topic and thread options. |
Top
Public Properties
Name | Description | |
---|---|---|
Thread | Indicates the way the subscription method should be called, see ThreadOption enumeration for the supported modes. (Inherited from EventSubscriptionAttribute.) | |
Topic | The name of the EventTopic the decorated method is subscribed to. (Inherited from EventSubscriptionAttribute.) | |
TypeId | (Inherited from Attribute.) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Attribute.) | |
GetCustomAttribute | Overloaded. (Inherited from Attribute.) | |
GetCustomAttributes | Overloaded. (Inherited from Attribute.) | |
GetHashCode | (Inherited from Attribute.) | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from Attribute.) | |
IsDefined | Overloaded. (Inherited from Attribute.) | |
Match | (Inherited from Attribute.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
StateChangedAttribute Class
Microsoft.Practices.CompositeUI Namespace