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!

Control.RemoveOnValidated

Removes an event handler for the validated event. The validated event occurs when a control was successfully validated.

[Visual Basic]
Public Sub RemoveOnValidated( _
   ByVal handler As EventHandler _
)
[C#]
public void RemoveOnValidated(
   EventHandler handler
);
[C++]
public: void RemoveOnValidated(
   EventHandler* handler
);
[JScript]
public function RemoveOnValidated(
   handler : EventHandler
);

Parameters

handler
handler to remove for this event.

See Also

Control Class | Control Members | System.WinForms Namespace | AddOnValidated