Click or drag to resize

ICheckableMenuCommandIsCheckedChanged Event

Event that occurs when the checked state of the command changes. Warning: this is a weak event like ICommand.CanExecuteChanged! Subscribers need to ensure they keep a reference to the delegate alive. Implementers need to ensure they use a weak reference to the delegate.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
event EventHandler IsCheckedChanged

Value

EventHandler
See Also