4 references to ItemCheck
System.Windows.Forms (2)
System\Windows\Forms\ItemCheckedEventArgs.cs (1)
7
/// Provides data for the <see cref="CheckedListBox.
ItemCheck
"/> event.
System\Windows\Forms\ItemCheckEventArgs.cs (1)
7
/// Provides data for the <see cref="CheckedListBox.
ItemCheck
"/> event.
System.Windows.Forms.Tests (2)
CheckedListBoxTests.cs (2)
748
checkedListBox.
ItemCheck
+= handler;
752
checkedListBox.
ItemCheck
-= handler;