Table of Contents

Event CanExecuteChanged

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Occurs when changes occur that affect whether or not the command should execute.

public event EventHandler CanExecuteChanged

Returns

EventHandler
Occurs when changes occur that affect whether or not the command should execute.
Implements