SingleChoiceAction Events
Represents a Single Choice Action.
Name | Description |
---|---|
Behavior |
Occurs when the Choice |
Changed |
Occurs after one of the current Action |
Custom |
Occurs when the Action |
Custom |
Occurs when an Action‘s Tool |
Customize |
Inherited from Action |
Customize |
Fires after the control is initialized. Allows you to customize the control.
Inherited from Action |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Disposing |
Occurs when disposing of an Action.
Inherited from Action |
Execute | Occurs when an end-user clicks the required item located in the Single Choice Action’s item list. |
Execute |
Occurs after execution of the Action has been cancelled.
Inherited from Action |
Execute |
Occurs after all actions implemented in the Execute, Action |
Executed |
Occurs after executing an Action.
Inherited from Action |
Executing |
Occurs before an end-user performs the operation that leads to raising an Action‘s Execute event.
Inherited from Action |
Handle |
For internal use only.
Inherited from Action |
Items |
Occurs when a Choice Action’s Choice |
Item |
Occurs when a Single Choice Action’s Single |
Process |
Occurs after the Action |
Selected |
Occurs when a Single Choice Action’s item is changed by an end-user. |
See Also