VerifyingEventHandler Delegate
Represents the method that will handle Verifying event.

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

Parameters

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