Siebel Object Interfaces Reference > Siebel VB Quick Reference > Object Interfaces Reference >

Application Events for Siebel VB


Table 118 describes a summary of the application events you can use with Siebel VB.

Table 118. Summary of Application Events for 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)

Siebel Object Interfaces Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.