Click or drag to resize

McApplicationBeforeError Event

The event is fired before displaying an error dialog.

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

Value

Type: BeforeErrorEventHandler
Remarks
Setting Cancel to True will prevent the error display
See Also