VerifyingEventHandler Delegate
Represents the method that will handle Verifying event.

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

Parameters

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