AddDelegateCompletedEventArgs Class

Definition

The AddDelegateCompletedEventArgs class provides data for the AddDelegateCompleted event.

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

Properties

Result

The Result property gets the response from an asynchronous call to the AddDelegateAsync(AddDelegateType) operation.

Applies to