Skip to main content
A newer version of this page is available. .

ActionUrl.ActionChanged Event

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[Browsable(false)]
public event EventHandler<ActionUrlChangedEventArgs> ActionChanged

Event Data

The ActionChanged event's data class is DevExpress.ExpressApp.Actions.ActionUrlChangedEventArgs.

See Also