Provides data for the asynchronous method completion events.
public class ExtendedAsyncCompletedEventArgs<TResult> : AsyncCompletedEventArgs
Public Class ExtendedAsyncCompletedEventArgs(Of TResult)
Inherits AsyncCompletedEventArgs
public ref class ExtendedAsyncCompletedEventArgs<TResult> : public AsyncCompletedEventArgs
Remarks
In .NET 4.5 and higher it's recommended to use
async
and
await
modifiers for asynchronous operations.
- TResult
- The type of the result produced by an asynchronous operation.
ComponentPro.ComponentPro.ExtendedAsyncCompletedEventArgs<TResult>