Visual Guard Class Library Documentation

VGAuthenticationFailedEventHandler Delegate

Represents the method that handles a AuthenticationFailed event.

public delegate void VGAuthenticationFailedEventHandler(
   Object sender,
   VGAuthenticationFailedEventArgs e
);

Parameters

sender

The source of the event.

e

A VGAuthenticationFailedEventArgs 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