Visual Guard Class Library Documentation

VGSecurityErrorEventHandler Delegate

Represents the method that handles a SecurityError event.

public delegate void VGSecurityErrorEventHandler(
   Object sender,
   VGSecurityErrorEventArgs e
);

Parameters

sender

The source of the event.

e

A VGSecurityErrorEventArgs that contains the event data.

Requirements

Namespace: Novalys.VisualGuard.Security

Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll)

See Also

Novalys.VisualGuard.Security Namespace