다음을 통해 공유


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

오류 페이지의 새로 고침을 처리하는 DispatcherOperationCallback 처리기입니다.

적용 대상