UpdateItemCompletedEventArgs Class

Definition

The UpdateItemCompletedEventArgs class provides data for the UpdateItemCompleted event.

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

Properties

Result

The Result property returns the results of an asynchonous call to the UpdateItemAsync(UpdateItemType) method.

Applies to