System.Web.UI.HtmlControls.HtmlInputHidden.ServerChange Event

Occurs when the HtmlInputControl.Value property is changed on the server.

Syntax

public event EventHandler ServerChange

Remarks

The HtmlInputHidden.ServerChange event is raised when the HtmlInputControl.Value property is changed between posts to the server.

Note:

The control must have view state enabled for the HtmlInputHidden.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