Click or drag to resize
EmailValidationEventHandler Delegate

[Missing <summary> documentation for "T:NeevSoftware.Components.EmailValidationEventHandler"]

Namespace: NeevSoftware.Components
Assembly: NeevSoftware.EmailValidator (in NeevSoftware.EmailValidator.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public delegate void EmailValidationEventHandler(
	Object sender,
	ValidateEmailEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: NeevSoftware.ComponentsValidateEmailEventArgs
See Also