NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CheckBox.RaisePostDataChangedEvent

Method of IPostBackDataHandler interface which is invoked whenever posted data for a control has changed. CheckBox fires an OnCheckedChanged event.

[Visual Basic]
Overridable Public Sub RaisePostDataChangedEvent()
[C#]
public virtual void RaisePostDataChangedEvent();
[C++]
public: virtual void RaisePostDataChangedEvent();
[JScript]
public function RaisePostDataChangedEvent();

See Also

CheckBox Class | CheckBox Members | System.Web.UI.WebControls Namespace