IErrorPage.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 处理错误页刷新的处理程序。

适用于