Represents the method that handles a ValidatingPassword event.

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

Syntax

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

Parameters

sender
Type: System..::.Object

The source of the event.

e
Type: Novalys.VisualGuard.Security..::.VGValidatePasswordEventArgs

A VGValidatePasswordEventArgs that contains the event data.

See Also