GetPageCompletedEventArgs 생성자

정의

GetPageCompletedEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 GetPageCompletedEventArgs(System::Windows::Documents::DocumentPage ^ page, int pageNumber, Exception ^ error, bool cancelled, System::Object ^ userState);
public GetPageCompletedEventArgs (System.Windows.Documents.DocumentPage page, int pageNumber, Exception error, bool cancelled, object userState);
new System.Windows.Documents.GetPageCompletedEventArgs : System.Windows.Documents.DocumentPage * int * Exception * bool * obj -> System.Windows.Documents.GetPageCompletedEventArgs
Public Sub New (page As DocumentPage, pageNumber As Integer, error As Exception, cancelled As Boolean, userState As Object)

매개 변수

page
DocumentPage

요청된 DocumentPage에 대한 pageNumber입니다.

pageNumber
Int32

GetPageAsync(Int32, Object)에 전달된 pageNumber 매개 변수입니다.

error
Exception

비동기 작업 중 발생한 예외입니다. 오류가 없으면 NULL입니다.

cancelled
Boolean

비동기 작업이 취소되었으면 true이고, 그렇지 않으면 false입니다.

userState
Object

GetPageAsync(Int32, Object)에 전달된 고유한 userState 매개 변수입니다.

설명

호출 하 여 비동기 작업을 취소할 수 있습니다 CancelAsync합니다.

적용 대상

추가 정보