ActionBase Events
The base class for Actions.
Name | Description |
---|---|
Changed |
Occurs after one of the current Action |
Custom |
Occurs when the Action |
Custom |
Occurs when an Action‘s Tool |
Customize |
|
Customize |
Fires after the control is initialized. Allows you to customize the control. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Disposing | Occurs when disposing of an Action. |
Execute |
Occurs after execution of the Action has been cancelled. |
Execute |
Occurs after all actions implemented in the Execute, Action |
Executed | Occurs after executing an Action. |
Executing | Occurs before an end-user performs the operation that leads to raising an Action‘s Execute event. |
Handle |
For internal use only. |
Process |
Occurs after the Action |
See Also