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();
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.
Property | Description |
---|---|
ItemComplete | Indicates whether the validation process is complete for the current address. |
ValidationState | Gets the current state of the validation progression. |
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Validator Class | Validator Members
Send comments on this topic.
Documentation version 1.0.3.0.
© 2008 Dart Communications. All rights reserved.