CheckBox.RaisePostDataChangedEvent Method
.NET Framework 3.0
Invokes the OnCheckedChanged method when the posted data for the CheckBox control has changed.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The RaisePostDataChangedEvent method is used primarily by control developers.
The RaisePostDataChangedEvent method invokes the OnCheckedChanged method if the posted data for the CheckBox control has changed. If the CausesValidation property is true, the controls that are set in the ValidationGroup property are validated.
Community Additions
ADD
Show: