Base:
method
OnClick
System.Windows.Forms.Control.OnClick(System.EventArgs)
1 reference to OnClick
System.Windows.Forms.Tests (1)
CheckedListBoxTests.cs (1)
873
public new void OnClick(EventArgs e) => base.
OnClick
(e);