Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace : LoadAsyncCompletedEventArgs Class |
public class LoadAsyncCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
'Declaration
Public Class LoadAsyncCompletedEventArgs Inherits System.ComponentModel.AsyncCompletedEventArgs
'Usage
Dim instance As LoadAsyncCompletedEventArgs
public ref class LoadAsyncCompletedEventArgs : public System.ComponentModel.AsyncCompletedEventArgs
LoadAsyncCompletedEventArgs derives from AsyncCompletedEventArgs and contains the following members:
Member | Description |
---|---|
AsyncCompletedEventArgs.Cancelled |
true if the user has aborted the current operation, false otherwise. . |
AsyncCompletedEventArgs.UserState |
The same value originally set by the user in LoadDocumentAsyncOptions.UserState. |
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 |
For an example, refer to DocumentFactory.LoadFromUriAsync.