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

属性值

回调引用。

适用于