AppEnd() As Long

Description

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

Parameters

None.

Return values

Return value

Description

EV_OK

Normal return.

EV_OK_ABORT 

No effect— treated the same as EV_OK.

EV_ERROR

Results in an error message.

Suggested usage

Clean up before the application terminates.

Application-level events