IProgressPage.RefreshCallback プロパティ

定義

DispatcherOperationCallback ハンドラーへの参照を取得または設定します。このハンドラーは、ユーザーが実行する更新コマンドを処理できます。

public:
 property System::Windows::Threading::DispatcherOperationCallback ^ RefreshCallback { System::Windows::Threading::DispatcherOperationCallback ^ get(); void set(System::Windows::Threading::DispatcherOperationCallback ^ value); };
public System.Windows.Threading.DispatcherOperationCallback RefreshCallback { get; set; }
member this.RefreshCallback : System.Windows.Threading.DispatcherOperationCallback with get, set
Public Property RefreshCallback As DispatcherOperationCallback

プロパティ値

DispatcherOperationCallback

コールバック参照。

適用対象