CommandCanExecuteChanged Field
Represents CanExecuteChanged event from ICommand
Definition
Namespace: Avalonia.Utilities
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static readonly WeakEvent<ICommand, EventArgs> CommandCanExecuteChanged
Public Shared ReadOnly CommandCanExecuteChanged As WeakEvent(Of ICommand, EventArgs)
static val CommandCanExecuteChanged: WeakEvent<ICommand, EventArgs>
Field Value
WeakEvent(ICommand, EventArgs)