System.Web.UI.HtmlControls.HtmlInputCheckBox.ServerChange Event

Occurs when the Web page is submitted to the server and the System.Web.UI.HtmlControls.HtmlInputCheckBox control changes state from the previous post.

Syntax

public event EventHandler ServerChange

Remarks

This event is raised when the Web page is submitted to the server and the System.Web.UI.HtmlControls.HtmlInputCheckBox control changes state from the previous post.

Note:

The control must have view state enabled for the HtmlInputCheckBox.ServerChange event to work correctly.

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0