Back to Devexpress

ActionBase Events

expressappframework-devexpress-dot-expressapp-dot-actions-dot-actionbase-dot-underscore-events.md

latest3.3 KB
Original Source

ActionBase Events

The base class for Actions.

NameDescription
ChangedOccurs after one of the current ActionBase object’s properties has been changed.
CustomGetFormattedConfirmationMessageOccurs when the ActionBase.GetFormattedConfirmationMessage method is executed.
CustomGetTotalTooltipOccurs when an Action‘s ToolTip is calculated.
CustomizeControlFires after the control is initialized. Allows you to customize the control.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DisposingOccurs when disposing of an Action.
ExecuteCanceledOccurs after execution of the Action has been cancelled.
ExecuteCompletedOccurs after all actions implemented in the Execute, ActionBase.Executed and ActionBase.ProcessCreatedView event handlers have been performed.
ExecutedOccurs after executing an Action.
ExecutingOccurs before an end-user performs the operation that leads to raising an Action‘s Execute event.
ProcessCreatedViewOccurs after the ActionBase.Executed event.

See Also

ActionBase Class

ActionBase Members

DevExpress.ExpressApp.Actions Namespace