ActionBase Events
The base class for Actions.Name | Description |
---|---|
Changed | Occurs after one of the current ActionBase object’s properties has been changed. |
CustomGetFormattedConfirmationMessage | Occurs when the ActionBase.GetFormattedConfirmationMessage method is executed. |
CustomGetTotalTooltip | Occurs when an Action‘s ToolTip is calculated. |
CustomizeCaption static | |
CustomizeControl | 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. |
ExecuteCanceled | Occurs after execution of the Action has been cancelled. |
ExecuteCompleted | Occurs after all actions implemented in the Execute, ActionBase.Executed and ActionBase.ProcessCreatedView event handlers have been performed. |
Executed | Occurs after executing an Action. |
Executing | Occurs before an end-user performs the operation that leads to raising an Action‘s Execute event. |
HandleException | For internal use only. |
ProcessCreatedView | Occurs after the ActionBase.Executed event. |
See Also