<Code Lib>
P

CanExecuteEventArgs.IsChecked

Description:
The value that indicates whether the UI associated with the Command associated with this event is in a checked state.

public bool IsChecked { get; set; }

Loading…