←Select platform

LoadAsyncCompletedEventArgs Class

Summary

Data for the LoadDocumentAsyncOptions.Completed event.

Syntax

C#
VB
C++
public class LoadAsyncCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
Public Class LoadAsyncCompletedEventArgs 
   Inherits System.ComponentModel.AsyncCompletedEventArgs 
public ref class LoadAsyncCompletedEventArgs : System::ComponentModel::AsyncCompletedEventArgs

Remarks

LoadAsyncCompletedEventArgs derives from System.ComponentModel.AsyncCompletedEventArgs and contains the following members:

Member Description
System.ComponentModel.AsyncCompletedEventArgs.Cancelled true if the user has aborted the current operation, false otherwise..
System.ComponentModel.AsyncCompletedEventArgs.UserState The same value originally set by the user in LoadDocumentAsyncOptions.UserState.
System.ComponentModel.AsyncCompletedEventArgs.Error The error object thrown if any.
Uri The location of the document loaded. This is the uri value passed to LoadFromUriAsync
Document The result Document object if the load operation was successful, null otherwise
Example

For an example, refer to DocumentFactory.LoadFromUriAsync.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents Assembly
Click or drag to resize