CheckBox::RaisePostDataChangedEvent Method ()
.NET Framework (current version)
Invokes the OnCheckedChanged method when the posted data for the CheckBox control has changed.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: