[Visual Basic] Public Event ClickBack As EventHandler [C#] public event EventHandler ClickBack; [C++] public: __event EventHandler* ClickBack;
[JScript] In JScript, you can use the events defined by a type, but you cannot define your own.
InterviewControl Class | Portrate.Interview Namespace