Visual Basic (Declaration) | |
---|---|
Public Delegate Sub ThreadDoneEventHandler( _ ByVal e As DataEventArgs(Of AsyncResult) _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As New ThreadDoneEventHandler(AddressOf HandlerMethod) |
C# | |
---|---|
public delegate void ThreadDoneEventHandler( DataEventArgs<AsyncResult> e ) |
C++/CLI | |
---|---|
public delegate void ThreadDoneEventHandler( DataEventArgs<AsyncResult^>^ e ) |
Parameters
- e
- Delegate parameter.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7