Implemented interface member:
event
CanExecuteChanged
System.Windows.Input.ICommand.CanExecuteChanged
2 references to CanExecuteChanged
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\DelegateCommand.cs (2)
42if (this.CanExecuteChanged != null) 44this.CanExecuteChanged(this, EventArgs.Empty);