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();
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.
Property | Description |
---|---|
Result | Gets an array of ValidationStates. |
State | User state information. |
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.