.NET Windows Forms in a Nutshell
This is the delegate for the ListView and CheckedListBoxItemCheck events. public delegate void ItemCheckEventHandler (object sender , ItemCheckEventArgs e ); Associated Events
CheckedListBox.ItemCheck() , ListView.ItemCheck() |