AppEnd event

This event is fired after the AppCanClose event if AppCanClose returns EV_OK. Immediately after the event handler has executed, the application terminates.

Syntax

Public Function AppEnd() As Long

Parameters

None.

Active objects

Application

Return values

evtOK 

Normal return.

evtOKAbort 

No effect. Treated as evtOK.

evtError 

Causes error message to be presented.

AppStart event

AppError event