IErrorPage.RefreshCallback Propriedade

Definição

Recebe ou define uma referência para um DispatcherOperationCallback handler, que pode tratar da atualização da página de erro.

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

Valor de Propriedade

Um DispatcherOperationCallback handler para gerir a atualização da página de erro.

Aplica-se a