Visual Guard Class Library Documentation

VGAuthenticationSucceededEventHandler Delegate

Represents the method that handles a AuthenticationSucceeded event.

public delegate void VGAuthenticationSucceededEventHandler(
   Object sender,
   VGAuthenticationSucceededEventArgs e
);

Parameters

sender

The source of the event.

e

A VGAuthenticationSucceededEventArgs that contains the event data.

Requirements

Namespace: Novalys.VisualGuard.Security.WinForm

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

See Also

Novalys.VisualGuard.Security.WinForm Namespace