System.Web.UI.WebControls.CheckBox.RaisePostDataChangedEvent Method

Invokes the CheckBox.OnCheckedChanged(EventArgs) method when the posted data for the System.Web.UI.WebControls.CheckBox control has changed.

Syntax

protected virtual void RaisePostDataChangedEvent ()

Remarks

The CheckBox.RaisePostDataChangedEvent method is used primarily by control developers.

The CheckBox.RaisePostDataChangedEvent method invokes the CheckBox.OnCheckedChanged(EventArgs) method if the posted data for the System.Web.UI.WebControls.CheckBox control has changed. If the CheckBox.CausesValidation property is true, the controls that are set in the CheckBox.ValidationGroup property are validated.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0