OnClick Method
OnClick(EventArgs)
Raises the Click event when the
use clicks on the control.
Declaration
protected virtual void OnClick(EventArgs e)
Protected Overridable Sub OnClick(e As EventArgs)
Parameters
Type |
Name |
Description |
EventArgs |
e |
Event arguments
|