Method used to raise the Click event.
[Visual Basic] Overridable Protected Sub OnClick( _ ByVal e As EventArgs _ ) [C#] protected virtual void OnClick( EventArgs e ); [C++] protected: virtual void OnClick( EventArgs* e ); [JScript] protected function OnClick( e : EventArgs );
Button Class | Button Members | System.Web.UI.WebControls Namespace