ValidateEmailEventArgs Constructor (String, Boolean, Boolean) |
Creates an event arg and sets all available properties.
Namespace: NeevSoftware.ComponentsAssembly: NeevSoftware.EmailValidator (in NeevSoftware.EmailValidator.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public ValidateEmailEventArgs(
string emailAddress,
bool Cancel,
bool IsValid
)
Public Sub New (
emailAddress As String,
Cancel As Boolean,
IsValid As Boolean
)
public:
ValidateEmailEventArgs(
String^ emailAddress,
bool Cancel,
bool IsValid
)
new :
emailAddress : string *
Cancel : bool *
IsValid : bool -> ValidateEmailEventArgs
Parameters
- emailAddress
- Type: SystemString
The email address related to this event. - Cancel
- Type: SystemBoolean
Cancels mass quantity email validation. - IsValid
- Type: SystemBoolean
Whether Email Address is valid
See Also