Application Events for Siebel VB

The following table describes a summary of the application events you can use with Siebel VB.

Event Description Format

Application_Close Event

Allows scripts to perform cleanup, before the Siebel application closes.

Application_Close

Application_Navigate Event

Called after the user navigates to a view.

Application_Navigate

Application_InvokeMethod Event

Called after a specialized method is called.

Application_InvokeMethod (MethodName as String)

Application_PreInvokeMethod Event

Called before an applet menu or the InvokeMethod method calls a specialized method.

Application_PreInvokeMethod (MethodName as String) As Integer

Application_PreNavigate Event

Called before the Siebel application displays the view where the user navigates.

Application_PreNavigate (DestViewName As String, DestBusObjName As String)

Application_Start Event

Called when the Siebel client starts and again when it displays the client interface for the first time.

Application_Start(commandLine as String)