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

EndValidate Event

Dart.PowerTCP.EmailValidation Namespace > Validator Class : EndValidate Event

Raised when a BeginValidate call is completed.

[Visual Basic]
<DescriptionAttribute("Raised when a BeginValidate call is completed")> <CategoryAttribute("Completion")> Public Event EndValidate() As ValidateEventHandler
[C#]
[DescriptionAttribute("Raised when a BeginValidate call is completed")] [CategoryAttribute("Completion")] public event ValidateEventHandler EndValidate();
[C++]
[DescriptionAttribute("Raised when a BeginValidate call is completed")] [CategoryAttribute("Completion")] public: __event ValidateEventHandler* EndValidate();
[C++/CLI]
[DescriptionAttribute("Raised when a BeginValidate call is completed")] [CategoryAttribute("Completion")] public: event ValidateEventHandler^ EndValidate();

Event Data

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

PropertyDescription
Result Gets an array of ValidationStates.
State User state information.

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.