DataAsyncCommandCompletedEventArgs<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the various Completed events of the data async command connection service.
generic <typename T>
public ref class DataAsyncCommandCompletedEventArgs : System::ComponentModel::AsyncCompletedEventArgs
public class DataAsyncCommandCompletedEventArgs<T> : System.ComponentModel.AsyncCompletedEventArgs
type DataAsyncCommandCompletedEventArgs<'T> = class
inherit AsyncCompletedEventArgs
Public Class DataAsyncCommandCompletedEventArgs(Of T)
Inherits AsyncCompletedEventArgs
Type Parameters
- T
The type of the parameter.
- Inheritance
-
DataAsyncCommandCompletedEventArgs<T>
Constructors
DataAsyncCommandCompletedEventArgs<T>(Exception, Boolean, T, Object) |
Initializes a new instance of the DataAsyncCommandCompletedEventArgs<T> class with the specified parameters. |
Properties
ReturnValue |
Returns the return value of the operation. |