Represents the method that handles a AuthenticationFailed event.

Namespace: Novalys.VisualGuard.Security.WinForm
Assembly: Novalys.VisualGuard.Security.WinForm (in Novalys.VisualGuard.Security.WinForm.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public delegate void VGAuthenticationFailedEventHandler(
	Object sender,
	VGAuthenticationFailedEventArgs e
)
Visual Basic
Public Delegate Sub VGAuthenticationFailedEventHandler ( 
	sender As Object,
	e As VGAuthenticationFailedEventArgs
)

Parameters

sender
Type: System..::..Object

The source of the event.

e
Type: Novalys.VisualGuard.Security.WinForm..::..VGAuthenticationFailedEventArgs

A VGAuthenticationFailedEventArgs that contains the event data.

See Also