Click or drag to resize
EmailValidator Constructor (IContainer)
Initializes a new instance of the EmailValidator class with the specified container.

Namespace: NeevSoftware.Components
Assembly: NeevSoftware.EmailValidator (in NeevSoftware.EmailValidator.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public EmailValidator(
	IContainer container
)

Parameters

container
Type: System.ComponentModelIContainer
An IContainer that represents the container for the EmailValidator control.
See Also