Represents the method that handles a SecurityError event.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public delegate void VGSecurityErrorEventHandler(
	Object sender,
	VGSecurityErrorEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub VGSecurityErrorEventHandler ( _
	sender As Object, _
	e As VGSecurityErrorEventArgs _
)

Parameters

sender
Type: System..::.Object

The source of the event.

e
Type: Novalys.VisualGuard.Security..::.VGSecurityErrorEventArgs

A VGSecurityErrorEventArgs that contains the event data.

See Also