Skip to main content
All docs
V26.1
  • AdornerElement.CommandCanExecuteChanged Event

    Occurs when the CanExecute(Object) status of the Command has changed.

    Namespace: DevExpress.Utils.VisualEffects

    Assembly: DevExpress.Utils.v26.1.dll

    Declaration

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

    Event Data

    The CommandCanExecuteChanged event's data class is EventArgs.

    See Also