VerifiedEventHandler Delegate
Represents the method that will handle Verified event.

Namespace: MailBee.AddressCheck
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public delegate void VerifiedEventHandler(
	Object sender,
	VerifiedEventArgs e
)

Parameters

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