Invokes the CheckBox.OnCheckedChanged(EventArgs) method when the posted data for the System.Web.UI.WebControls.CheckBox control has changed.
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.