WeakEventsCommandCanExecuteChanged Field

Represents CanExecuteChanged event from ICommand

Definition

Namespace: Avalonia.Utilities
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static readonly WeakEvent<ICommand, EventArgs> CommandCanExecuteChanged

Field Value

WeakEventICommand, EventArgs

See Also