GetDelegateCompletedEventArgs Class

Definition

The GetDelegateCompletedEventArgs class provides data for the GetDelegateCompleted event.

public ref class GetDelegateCompletedEventArgs : System::ComponentModel::AsyncCompletedEventArgs
public class GetDelegateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
Public Class GetDelegateCompletedEventArgs
Inherits AsyncCompletedEventArgs
Inheritance
GetDelegateCompletedEventArgs

Properties

Result

The Result property gets the response from the asynchronous call to the GetDelegateAsync(GetDelegateType) method.

Applies to