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.UI Namespace > DocumentViewerAsyncOperation<T> Class : Done Property |
public DocumentViewerAsyncDone<T> Done {get; set;}
'Declaration
Public Property Done As DocumentViewerAsyncDone(Of T)
'Usage
Dim instance As DocumentViewerAsyncOperation(Of T) Dim value As DocumentViewerAsyncDone(Of T) instance.Done = value value = instance.Done
public: property DocumentViewerAsyncDone<T^>^ Done { DocumentViewerAsyncDone<T^>^ get(); void set ( DocumentViewerAsyncDone<T^>^ value); }