Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ActionBase Events
Show Inherited Hide Inherited

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