ParametrizedAction Events
Represents a Parametrized Action.
Name | Description |
---|---|
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 after a Parametrized Action’s editor value has been validated. |
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 |
Process |
Occurs after the Action |
Value |
Occurs after an end-user has typed and submitted a parameter in the Action’s editor, and after the Parametrized |
See Also