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.Changed Event

Occurs after one of the current ActionBase object’s properties has been changed.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

[Browsable(false)]
public event EventHandler<ActionChangedEventArgs> Changed

#Event Data

The Changed event's data class is DevExpress.ExpressApp.Actions.ActionChangedEventArgs.

#Remarks

Use the event handler’s ActionChangedEventArgs.ChangedPropertyType parameter to indicate what property has been changed. This parameter can have the following values:

Parameter Value Property Changed
Caption ActionBase.Caption or ParametrizedAction.ShortCaption
Image ActionBase.ImageName
Enabled ActionBase.Enabled
Active ActionBase.Active
ToolTip ActionBase.ToolTip
ConfirmationMessage ActionBase.ConfirmationMessage
TargetObjectsCriteria ActionBase.TargetObjectsCriteria
TargetObjectsCriteriaMode ActionBase.TargetObjectsCriteria
See Also