C1.Win.C1Report.4 Assembly > C1.Win.C1Preview Namespace > C1PreviewThumbnailView Class : ItemCheck Event |
'Declaration Public Event ItemCheck As System.Windows.Forms.ItemCheckEventHandler
public event System.Windows.Forms.ItemCheckEventHandler ItemCheck
The event handler receives an argument of type System.Windows.Forms.ItemCheckEventArgs containing data related to this event. The following ItemCheckEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CurrentValue | Gets a value indicating the current state of the item's check box. |
Index | Gets the zero-based index of the item to change. |
NewValue | Gets or sets a value indicating whether to set the check box for the item to be checked, unchecked, or indeterminate. |