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