
' StartupNextInstance: Raised when launching a single-instance application and the application is already active. ' UnhandledException: Raised if the application encounters an unhandled exception. This event is not raised if the application terminates abnormally.

' Shutdown: Raised after all application forms are closed.
Mac program designs for single instance code#
Code Snippet Namespace My ' The following events are available for MyApplication: ' ' Startup: Raised when the application starts, before the startup form is created.
