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!

FormatControl.OnValidating

The FOrmatControl validates the edited text and pushes the resultant object into the Value property. If the text is invalid, an exception is thrown and the focus returns to this control.

[Visual Basic]
Overrides Protected Sub OnValidating( _
   ByVal e As EventArgs _
)
[C#]
protected override void OnValidating(
   EventArgs e
);
[C++]
protected: override void OnValidating(
   EventArgs* e
);
[JScript]
protected override function OnValidating(
   e : EventArgs
);

Parameters

e
[To be supplied.]

See Also

FormatControl Class | FormatControl Members | System.WinForms Namespace