Class SyntaxValidatingEventArgs

SyntaxValidatingEventArgs class

Provides data for the SyntaxValidating event.

public class SyntaxValidatingEventArgs : EventArgs

Constructors

NameDescription
SyntaxValidatingEventArgs(string)Initializes a new instance of the SyntaxValidatingEventArgs class.

Properties

NameDescription
Mail { get; }Gets the mail address is being validating.
Result { get; set; }Gets or sets the validation result.
Skip { get; set; }Indicates whether to ignore the check.

See Also