Dart.PowerTCP.EmailValidation Namespace : ProgressEventHandler Delegate |
Represents the method (event handler) that executes when the Progress event fires.
[Visual Basic]
Public Delegate Sub ProgressEventHandler( _
ByVal sender As Object, _
ByVal e As ProgressEventArgs _
)
[C#]
public delegate void ProgressEventHandler(
object sender,
ProgressEventArgs e
);
[C++]
public: __gc __delegate void ProgressEventHandler(
Object* sender,
ProgressEventArgs* e
)
[C++/CLI]
public delegate void ProgressEventHandler(
Object^ sender,
ProgressEventArgs^ 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.