Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ChoiceActionBase.BehaviorChanged Event

Occurs when the ChoiceActionBase Action behavior is modified.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Browsable(false)]
public event EventHandler<ChoiceActionBehaviorChangedEventArgs> BehaviorChanged

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