←Select platform

IsSlowHandler Property

Summary

Callback to use to check if the command will be slow when run using Value.

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

Property Value

The callback to use to check if the command will be slow when run using Value. Default value is null.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.