←Select platform

Always Property

Summary

Callback to run after the command is run asynchronously.

Syntax
C#
VB
C++
public DocumentViewerAsyncAlways Always { get; set; } 
Public Property Always() As DocumentViewerAsyncAlways 
   Get 
   Set 
public:  
   property DocumentViewerAsyncAlways^ Always 
   { 
      DocumentViewerAsyncAlways^ get() 
      void set(DocumentViewerAsyncAlways^ value) 
   } 

Property Value

The callback to run after the command is run asynchronously. Default value is null.

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