←Select platform

DocumentViewerAsyncAlways Delegate

Summary

The callback to run after the a command is run asynchronously.

Syntax
C#
VB
C++
public delegate void DocumentViewerAsyncAlways( 
   DocumentViewerAsyncOperation operation 
) 
Public Delegate Sub DocumentViewerAsyncAlways( 
   ByVal operation As DocumentViewerAsyncOperation 
) 
public: 
   delegate void DocumentViewerAsyncAlways( 
      DocumentViewerAsyncOperation^ operation 
   ) 

Parameters

operation

Operation data.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly