Programming with Reflection
CancelExitEvent method
Syntax object.CancelExitEvent
Cancels an Exit command. This method is only relevant during the processing of an exit event; it is ignored at any other time. You can define an exit event using Reflection's Event Setup dialog box by selecting When Reflection exits in the Event type list. You can define an exit event programmatically with the OnEvent method by using rcReflectionExit for the Event type.
None.