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

None.

Application

evtOK

Normal return.

evtOKAbort

No effect. Treated as evtOK.

evtError

Causes error message to be presented.

Related topics

AppStart event

AppError event