ComponentOne FlexPivot for WinForms
PropertyChanged Event (C1CheckListItem)

C1.Win.Input.MultiSelect.4 Assembly > C1.Win.Input Namespace > C1CheckListItem Class : PropertyChanged Event
Occurs when a public property has changed.
Syntax
'Declaration
 
Public Event PropertyChanged As System.ComponentModel.PropertyChangedEventHandler
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged
Event Data

The event handler receives an argument of type System.ComponentModel.PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also