Method OnClick
OnClick(EventArgs)
Called when the control is clicked.
protected virtual void OnClick(EventArgs e)
Parameters
Remarks
Derived classes can override this method to handle the event without attaching a delegate.
Called when the control is clicked.
protected virtual void OnClick(EventArgs e)
Derived classes can override this method to handle the event without attaching a delegate.