Dart.PowerTCP.EmailValidation Namespace : ValidateEventHandler Delegate |
Represents the method (event handler) that executes when BeginValidate completes.
[Visual Basic]
Public Delegate Sub ValidateEventHandler( _
ByVal sender As Object, _
ByVal e As ValidateEventArgs _
)
[C#]
public delegate void ValidateEventHandler(
object sender,
ValidateEventArgs e
);
[C++]
public: __gc __delegate void ValidateEventHandler(
Object* sender,
ValidateEventArgs* e
)
[C++/CLI]
public delegate void ValidateEventHandler(
Object^ sender,
ValidateEventArgs^ e
)
Namespace: Dart.PowerTCP.EmailValidation
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Assembly: Dart.PowerTCP.EmailValidation (in Dart.PowerTCP.EmailValidation.dll)
Dart.PowerTCP.EmailValidation Namespace
Send comments on this topic.
Documentation version 1.0.3.0.
© 2008 Dart Communications. All rights reserved.