Skip to main content
All docs
V25.1
  • AdornerElement.CommandParameterChanged Event

    Occurs after the value of the CommandParameter property has changed.

    Namespace: DevExpress.Utils.VisualEffects

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    [EditorBrowsable(EditorBrowsableState.Advanced)]
    public event EventHandler CommandParameterChanged

    Event Data

    The CommandParameterChanged event's data class is EventArgs.

    See Also