Skip to main content
All docs
V25.1
  • JumpListItemTask.CommandCanExecuteChanged Event

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

    Namespace: DevExpress.Utils.Taskbar

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

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

    Event Data

    The CommandCanExecuteChanged event's data class is EventArgs.

    See Also