StateElement Members
Provides a dictionary of information which provides notification when items change in the collection.
The following tables list the members exposed by the StateElement type.
Public Constructors
(see also Protected Constructors )
Name | Description | |
---|---|---|
StateElement | Overloaded. |
Top
Protected Constructors
Name | Description | |
---|---|---|
StateElement | Overloaded. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Count | (Inherited from NameObjectCollectionBase.) | |
Keys | (Inherited from NameObjectCollectionBase.) |
Top
Protected Properties
Name | Description | |
---|---|---|
IsReadOnly | (Inherited from NameObjectCollectionBase.) | |
Item | Gets and sets values on the state. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Dispose | Overloaded. | |
Equals | Overloaded. (Inherited from Object.) | |
GetEnumerator | (Inherited from NameObjectCollectionBase.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | (Inherited from NameObjectCollectionBase.) | |
GetType | (Inherited from Object.) | |
OnDeserialization | (Inherited from NameObjectCollectionBase.) | |
RaiseStateChanged | Overloaded. | |
ReferenceEquals | (Inherited from Object.) | |
Remove | Removes the item with the given key from the state. | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
BaseAdd | (Inherited from NameObjectCollectionBase.) | |
BaseClear | (Inherited from NameObjectCollectionBase.) | |
BaseGet | Overloaded. (Inherited from NameObjectCollectionBase.) | |
BaseGetAllKeys | (Inherited from NameObjectCollectionBase.) | |
BaseGetAllValues | Overloaded. (Inherited from NameObjectCollectionBase.) | |
BaseGetKey | (Inherited from NameObjectCollectionBase.) | |
BaseHasKeys | (Inherited from NameObjectCollectionBase.) | |
BaseRemove | (Inherited from NameObjectCollectionBase.) | |
BaseRemoveAt | (Inherited from NameObjectCollectionBase.) | |
BaseSet | Overloaded. (Inherited from NameObjectCollectionBase.) | |
Dispose | Overloaded. | |
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnStateChanged | Raises the StateChanged event. |
Top
Public Events
Name | Description | |
---|---|---|
StateChanged | This event is raised when the state has changed. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
Microsoft.Practices.CompositeUI.IChangeNotification.Changed |
Top
See Also
Reference
StateElement Class
Microsoft.Practices.CompositeUI Namespace