OnStateChanged Method
OnStateChanged(Object, NotifyState)
Updates control's content according to the state of the source.
Declaration
public virtual void OnStateChanged(object sender, NotifyState state)
Parameters
Type | Name | Description |
---|---|---|
Object | sender | The source of the notification. |
NotifyState | state | Specifies changes of the control's content. |