Share via


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

回呼 (Callback) 參考。

適用於