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.OnCheckedChanged

Method used to raise the OnCheckedChanged event.

[Visual Basic]
Overridable Protected Sub OnCheckedChanged( _
   ByVal e As EventArgs _
)
[C#]
protected virtual void OnCheckedChanged(
   EventArgs e
);
[C++]
protected: virtual void OnCheckedChanged(
   EventArgs* e
);
[JScript]
protected function OnCheckedChanged(
   e : EventArgs
);

Parameters

e
[To be supplied.]

See Also

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