ChoiceActionBase.BehaviorChanged Event
Occurs when the ChoiceActionBase Action behavior is modified.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Event Data
The BehaviorChanged event's data class is DevExpress.ExpressApp.Actions.ChoiceActionBehaviorChangedEventArgs.
Remarks
The BehaviorChanged event is invoked as the result of executing the setters of the following properties:
The event is invoked only if the new value differs from the previous one.
Handle this event to implement a custom logic to be executed when the Action’s behavior is changed.
See Also