'Declaration Protected Overrides Sub OnClick( _
ByVal eThe System.Windows.Forms.PaintEventArgs instance containing the event data.As System.EventArgs _
)
protected override void OnClick(
System.EventArgs e
)
protected: void OnClick(
System.EventArgs* e
); override
protected:
void OnClick(
System.EventArgs^ e
); override
Parameters
- e
- The System.Windows.Forms.PaintEventArgs instance containing the event data.