[To be supplied.]
The following declaration shows the syntax for a method that handles the ServerChange event.
[Visual Basic] Protected Sub HtmlInputCheckBoxName_ServerChange( _ ByVal sender As Object, _ ByVal e As EventArgs _ ) [C#] protected void HtmlInputCheckBoxName_ServerChange( object sender, EventArgs e ); [C++] protected: void HtmlInputCheckBoxName_ServerChange( Object* sender, EventArgs* e ); [JScript] protected HtmlInputCheckBoxName_ServerChange( sender : Object, e : EventArgs );
Property | Description |
---|---|
|
HtmlInputCheckBox Class | HtmlInputCheckBox MembersTopic | System.Web.UI.HtmlControls Namespace