Siebel VB Language Reference > VB Language Reference >

Application_Close Event


The Close Siebel VB event handler is called before exiting the application and after the PreClose event. This allows Basic scripts to perform last minute cleanup (such as cleaning up a connection to a COM server). It is called when the application is notified by Windows that it should close, but not if the process is terminated directly. For details, read Siebel Object Interfaces Reference.

Siebel VB Language Reference