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

Raises the System.WinForms.UpDownBase.EditLostFocus event.

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

Parameters

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

Remarks

Calls ValidateEditText when the up-down control loses focus.

See Also

UpDownBase Class | UpDownBase Members | System.WinForms Namespace