Click or drag to resize

IAction Methods

The IAction type exposes the following members.

Methods
  NameDescription
Public methodActivate
Called when action is first activated. The state of the action should be initialized here.
Public methodDeactivate
Called when this action is deactivated and another action is activated.
Public methodImplement
Implement action, update value of controlled item.
Public methodReset
Reset the internal state of the action.
Public methodValidate
Validate
Top
See Also