UpdateItemCompletedEventArgs クラス

定義

クラスは UpdateItemCompletedEventArgs 、イベントのデータを UpdateItemCompleted 提供します。

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

プロパティ

Result

プロパティは Result 、 メソッドに対する非同期呼び出しの結果を UpdateItemAsync(UpdateItemType) 返します。

適用対象