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: 2016.0.105.16 (2016.0.105.16)

Syntax

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

See Also