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!

GenericFormat.OnValidating

[To be supplied.]

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

Parameters

e
[To be supplied.]

See Also

GenericFormat Class | GenericFormat Members | System.WinForms.ComponentModel Namespace