T
IdeaBlade DevForce 2010 Help Reference
AsyncEventArgs<T> Class
Members  See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : AsyncEventArgs<T> Class



AsyncEventArgs providing a strongly-typed Result for an asynchronous operation.

Syntax

Visual Basic (Declaration) 
Public Class AsyncEventArgs(Of T) 
   Inherits AsyncEventArgs
   Implements INotifyCompletedArgs 
Visual Basic (Usage)Copy Code
Dim instance As AsyncEventArgs(Of T)
C# 
public class AsyncEventArgs<T> : AsyncEventArgs, INotifyCompletedArgs  
C++/CLI 
generic<typename T>
public ref class AsyncEventArgs : public AsyncEventArgs, INotifyCompletedArgs  

Type Parameters

T

Inheritance Hierarchy

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.