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

    Occurs after the value of the CommandParameter property has changed.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

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

    Event Data

    The CommandParameterChanged event's data class is EventArgs.

    See Also