Forum Discussion
TanyaYatskovska
Alumni
12 years agoHi Saifur,
The event handler code will depend on your needs. As a rule, it can look like this:
//JScript
function GeneralEvents_OnStopTest(Sender)
{
//do something
Routine ();
}
Refer to the "Handling Events" article for more information.