UpdateDelegateCompletedEventArgs Class

Definition

The UpdateDelegateCompletedEventArgs class provides data for the UpdateDelegateCompleted event.

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

Properties

Result

The Result property gets the response from the asynchronous call to the UpdateDelegateAsync(UpdateDelegateType) method.

Applies to