Compartir a través de


IErrorPage.RefreshCallback Propiedad

Definición

Obtiene o establece una referencia a un controlador DispatcherOperationCallback, que puede administrar la actualización de la página de error.

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 propiedad

DispatcherOperationCallback

Un controlador DispatcherOperationCallback que va a administrar la actualización de la página de error.

Se aplica a