Click or drag to resize

McApplicationBeforeShutdown Event

This event is fired before the application is closed.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Event BeforeShutdown As DMcApplicationEvents_BeforeShutdownEventHandler

Value

Type: DMcApplicationEvents_BeforeShutdownEventHandler

Implements

DMcApplicationEvents_Event.BeforeShutdown
Remarks
Setting Cancel to True will prevent the application from closing.
See Also