←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI.WinForms Assembly