Visual Guard Class Library Documentation

VGSecurityInitializedEventHandler Delegate

Represents the method that handles a Initialized event.

public delegate void VGSecurityInitializedEventHandler(
   Object sender,
   VGSecurityInitializedEventArgs e
);

Parameters

sender

The source of the event.

e

A VGSecurityInitializedEventArgs that contains the event data.

Requirements

Namespace: Novalys.VisualGuard.Security.WebForm

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

See Also

Novalys.VisualGuard.Security.WebForm Namespace