The Portrate Interview Engine

InterviewControl.DidValidation Event

[Visual Basic]
Public Event DidValidation As EventHandler 
[C#]
public event EventHandler DidValidation;
[C++]
public: __event EventHandler* DidValidation;

[JScript] In JScript, you can use the events defined by a type, but you cannot define your own.

See Also

InterviewControl Class | Portrate.Interview Namespace