Represents the method that handles a AuthenticationSucceeded event.

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

Syntax

C#
public delegate void VGAuthenticationSucceededEventHandler(
	Object sender,
	VGAuthenticationSucceededEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub VGAuthenticationSucceededEventHandler ( _
	sender As Object, _
	e As VGAuthenticationSucceededEventArgs _
)

Parameters

sender
Type: System..::.Object

The source of the event.

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

A VGAuthenticationSucceededEventArgs that contains the event data.

See Also