Siebel Object Interfaces Reference > Siebel VB Quick Reference >

Application Events for Siebel VB


Table 63 lists a summary of the application events.

Table 63. Application Events Summary
Event
Description
Syntax

Application_Close Event

Called before the application exits.

Application_Close

Application_Navigate Event

Called after the client has navigated to a view.

Application_Navigate

Application_InvokeMethod Event

Called after a specialized method is invoked.

Application_InvokeMethod
(MethodName as String)

Application_PreInvokeMethod Event

Called before a specialized method is invoked.

Application_PreInvokeMethod
(MethodName as String) As Integer

Application_PreNavigate Event

Called before the client has navigated from one view to the next.

Application_PreNavigate (DestViewName As String, DestBusObjName As String)

Application_Start Event

Called when the client starts.

Application_Start(commandLine as String)

Siebel Object Interfaces Reference Copyright © 2008, Oracle. All rights reserved.