ParametrizedAction Events
Represents a Parametrized Action.| Name | Description |
|---|---|
| Changed | Occurs after one of the current ActionBase object’s properties has been changed. Inherited from ActionBase. |
| CustomGetFormattedConfirmationMessage | Occurs when the ActionBase.GetFormattedConfirmationMessage method is executed. Inherited from ActionBase. |
| CustomGetTotalTooltip | Occurs when an Action‘s ToolTip is calculated. Inherited from ActionBase. |
| CustomizeCaption static | Inherited from ActionBase. |
| CustomizeControl | Fires after the control is initialized. Allows you to customize the control. Inherited from ActionBase. |
| 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 ActionBase. |
| Execute | Occurs after a Parametrized Action’s editor value has been validated. |
| ExecuteCanceled | Occurs after execution of the Action has been cancelled. Inherited from ActionBase. |
| ExecuteCompleted | Occurs after all actions implemented in the Execute, ActionBase.Executed and ActionBase.ProcessCreatedView event handlers have been performed. Inherited from ActionBase. |
| Executed | Occurs after executing an Action. Inherited from ActionBase. |
| Executing | Occurs before an end-user performs the operation that leads to raising an Action‘s Execute event. Inherited from ActionBase. |
| HandleException | For internal use only. Inherited from ActionBase. |
| ProcessCreatedView | Occurs after the ActionBase.Executed event. Inherited from ActionBase. |
| ValueChanged | Occurs after an end-user has typed and submitted a parameter in the Action’s editor, and after the ParametrizedAction.Value property has been changed in code. |
See Also