3 references to OnItemCheck
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (2)
434OnItemCheck(itemCheckEvent); 867OnItemCheck(itemCheckEvent);
System.Windows.Forms.Tests (1)
CheckedListBoxTests.cs (1)
871public new void OnItemCheck(ItemCheckEventArgs e) => base.OnItemCheck(e);