SyntaxValidatingEventArgs

SyntaxValidatingEventArgs class

Provides data for the SyntaxValidating event.

The SyntaxValidatingEventArgs type exposes the following members:

Constructors

NameDescription
SyntaxValidatingEventArgs(mail)Initializes a new instance of the SyntaxValidatingEventArgs class

Properties

NameDescription
mailGets the mail address is being validating.
skipIndicates whether to ignore the check.
resultGets or sets the validation result.

See Also