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