GetPageCompletedEventArgs Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe 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)
Paramètres
- page
- DocumentPage
DocumentPage pour le pageNumber
demandé.
- pageNumber
- Int32
Paramètre pageNumber
passé à GetPageAsync(Int32, Object).
- error
- Exception
Exception levée au cours de l'opération asynchrone ou valeur NULL si aucune erreur ne s'est produite.
- cancelled
- Boolean
true
si l'opération asynchrone a été annulée ; sinon, false
.
- userState
- Object
Paramètre userState
unique passé à GetPageAsync(Int32, Object).
Remarques
L’opération asynchrone peut être annulée en appelant CancelAsync.