Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Encapsulates event data for various events used in the IVsDataAsyncCommand service
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Class DataAsyncCommandCompletedEventArgs(Of T) _
Inherits AsyncCompletedEventArgs
'Usage
Dim instance As DataAsyncCommandCompletedEventArgs(Of T)
public class DataAsyncCommandCompletedEventArgs<T> : AsyncCompletedEventArgs
generic<typename T>
public ref class DataAsyncCommandCompletedEventArgs : public AsyncCompletedEventArgs
JScript does not support generic types or methods.
Type Parameters
- T
Inheritance Hierarchy
System.Object
System.EventArgs
System.ComponentModel.AsyncCompletedEventArgs
Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<T>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
DataAsyncCommandCompletedEventArgs<T> Members
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace