Click or drag to resize

VGAuthenticationExceptionEventHandler Delegate

Represents the method that handles a AuthenticationFailed event.

Namespace:  Novalys.VisualGuard.Security.WPF
Assembly:  Novalys.VisualGuard.Security.WPF (in Novalys.VisualGuard.Security.WPF.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public delegate void VGAuthenticationExceptionEventHandler(
	Object sender,
	VGAuthenticationExceptionEventArgs e
)

Parameters

sender
Type: SystemObject

The source of the event.

e
Type: Novalys.VisualGuard.Security.WPFVGAuthenticationExceptionEventArgs

A VGAuthenticationExceptionEventArgs that contains the event data.

See Also