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