[]
        
(Showing Draft Content)

C1.WPF.Ribbon.C1ToggleButtonTool.IsCheckedChanged

IsCheckedChanged Event

Event raised when the IsChecked property has changed.

Namespace: C1.WPF.Ribbon
Assembly: C1.WPF.Ribbon.dll
Syntax
public event EventHandler<PropertyChangedEventArgs<bool?>> IsCheckedChanged
Public Event IsCheckedChanged As EventHandler(Of PropertyChangedEventArgs(Of Boolean?))
Returns
Type Description
EventHandler<PropertyChangedEventArgs<bool?>> Event raised when the property has changed.