ActionBase.Changed Event
In This Article
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 | Action |
Image | Action |
Enabled | Action |
Active | Action |
Tool |
Action |
Confirmation |
Action |
Target |
Action |
Target |
Action |
See Also