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!

UpDownBase.OnEditTextChanged

Raises the System.WinForms.UpDownBase.EditTextChanged event.

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

Parameters

source
The source of the event.
e
An System.WinForms.EventArgs that contains the event data.

See Also

UpDownBase Class | UpDownBase Members | System.WinForms Namespace