Click or drag to resize

RelayCommandTCanExecuteChanged Event

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

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public event EventHandler CanExecuteChanged

Value

EventHandler

Implements

ICommandCanExecuteChanged
See Also