OnValidated Method (InputEditorViewBase)
In This Topic
Called by the host control after the element has been validated.
Syntax
'Declaration
Public Overridable Sub OnValidated( _
ByVal As EventArgs _
)
public virtual void OnValidated(
EventArgs
)
Parameters
- e
See Also