Visual Guard Class Library Documentation

VGValidatePasswordEventHandler Delegate

Represents the method that handles a ValidatingPassword event.

public delegate void VGValidatePasswordEventHandler(
   Object sender,
   VGValidatePasswordEventArgs e
);

Parameters

sender

The source of the event.

e

A VGValidatePasswordEventArgs that contains the event data.

Requirements

Namespace: Novalys.VisualGuard.Security

Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll)

See Also

Novalys.VisualGuard.Security Namespace