The Portrate Interview Engine

InterviewControl.FormError Event

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

[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