[]
        
(Showing Draft Content)

C1.WPF.ListView.ListViewItemView.IsCheckedChanged

IsCheckedChanged Event

Event raised when the IsChecked property has changed.

Namespace: C1.WPF.ListView
Assembly: C1.WPF.ListView.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.