RemoveDelegateCompletedEventArgs Class

Definition

The RemoveDelegateCompletedEventArgs class provides data for the RemoveDelegateCompleted event.

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

Properties

Result

The Result property gets the response from the asynchronous call to the RemoveDelegateAsync(RemoveDelegateType) method.

Applies to