Partager via


StateElement Class

Definition

public ref class StateElement : System::Collections::Specialized::NameObjectCollectionBase, IDisposable, Microsoft::Practices::CompositeUI::IChangeNotification
[System.Serializable]
public class StateElement : System.Collections.Specialized.NameObjectCollectionBase, IDisposable, Microsoft.Practices.CompositeUI.IChangeNotification
[<System.Serializable>]
type StateElement = class
    inherit NameObjectCollectionBase
    interface IChangeNotification
    interface IDisposable
Public Class StateElement
Inherits NameObjectCollectionBase
Implements IChangeNotification, IDisposable
Inheritance
Derived
Attributes
Implements

Constructors

StateElement()
StateElement(SerializationInfo, StreamingContext)

Properties

Item[String]

Methods

Dispose()
Dispose(Boolean)
OnStateChanged(StateChangedEventArgs)
RaiseStateChanged(String, Object, Object)
RaiseStateChanged(String, Object)
Remove(String)

Events

StateChanged

Explicit Interface Implementations

IChangeNotification.Changed

Applies to