The interface for the State class.
| C# | Visual Basic | Visual C++ |
public interface IState : INotifyPropertyChanged
Public Interface IState _ Implements INotifyPropertyChanged
public interface class IState : INotifyPropertyChanged
| All Members | Properties | Events | |||
| Icon | Member | Description |
|---|---|---|
| ActionCode |
Gets or sets the action code.
| |
| PropertyChanged |
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.) | |
| State |
Gets or sets the state.
| |
| StateDuration |
Gets the duration of the state.
|