Click or drag to resize

RelayCommandOnCanExecuteChanged Method

If called, will raise the CanExecuteChanged event. Call this function manually if CanExecute(Object) will return a different value than before.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void OnCanExecuteChanged()
See Also