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
SyntaxPublic Event BeforeShutdown As DMcApplicationEvents_BeforeShutdownEventHandler
Value
Type:
DMcApplicationEvents_BeforeShutdownEventHandlerImplements
DMcApplicationEvents_Event.BeforeShutdown
RemarksSetting Cancel to True will prevent the application from closing.
See Also