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!

TextBox.OnTextChanged

Method used to raise the OnTextChanged event.

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

Parameters

e
[To be supplied.]

See Also

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