Click or drag to resize

ApplicationExtensionBasePasswordSend Method

The password is about to be sent to the user. Fired before email is sent to the user. See related events PasswordChanged(IAppContext, ApplicationPasswordArgs) and PasswordReset(IAppContext, ApplicationPasswordArgs).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public virtual void PasswordSend(
	IAppContext sender,
	ApplicationPasswordArgs e
)

Parameters

sender
Type: NetQuarryIAppContext
The application context object.
e
Type: NetQuarryApplicationPasswordArgs
Event arguments.
See Also