ItemCheckingEventArgs Constructors
Provides data for the BaseCheckedListBoxControl.ItemChecking event of check list box controls.| Name | Parameters | Description |
|---|---|---|
| ItemCheckingEventArgs(Int32, CheckState, CheckState) | index, newValue, oldValue | Initializes a new instance of the ItemCheckingEventArgs class. |
See Also