VerifiedEventHandler Delegate
Represents the method that will handle Verified event.

Namespace: MailBee.AddressCheck
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public delegate void VerifiedEventHandler(
	Object sender,
	VerifiedEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: MailBee.AddressCheckVerifiedEventArgs
See Also