See Also

Validator Class  | Validator Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerTCP Email Validation for .NET

Progress Event

Dart.PowerTCP.EmailValidation Namespace > Validator Class : Progress Event (Validator)

Raised when a Validate or BeginValidate call is completed, and during the validation process when VerboseProgress is true.

[Visual Basic]
<DescriptionAttribute("Raised when a Validate or BeginValidate call is completed, and during the validation process when Validator.VerboseProgress is true")> <CategoryAttribute("Progress")> Public Event Progress() As ProgressEventHandler
[C#]
[DescriptionAttribute("Raised when a Validate or BeginValidate call is completed, and during the validation process when Validator.VerboseProgress is true")] [CategoryAttribute("Progress")] public event ProgressEventHandler Progress();
[C++]
[DescriptionAttribute("Raised when a Validate or BeginValidate call is completed, and during the validation process when Validator.VerboseProgress is true")] [CategoryAttribute("Progress")] public: __event ProgressEventHandler* Progress();
[C++/CLI]
[DescriptionAttribute("Raised when a Validate or BeginValidate call is completed, and during the validation process when Validator.VerboseProgress is true")] [CategoryAttribute("Progress")] public: event ProgressEventHandler^ Progress();

Event Data

The event handler receives an argument of type ProgressEventArgs containing data related to this event. The following ProgressEventArgs properties provide information specific to this event.

PropertyDescription
ItemComplete Indicates whether the validation process is complete for the current address.
ValidationState Gets the current state of the validation progression.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

Validator Class  | Validator Members


Send comments on this topic.

Documentation version 1.0.3.0.

© 2008 Dart Communications.  All rights reserved.