IProgressPage.RefreshCallback Propiedad

Definición

Obtiene o establece una referencia en un controlador DispatcherOperationCallback, que puede administrar el caso de un comando Refresh iniciado por usuario.

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

La referencia de devolución de llamada.

Se aplica a