←Select platform

CanStartWork Method

Summary

Gets a value that indicates whether the DocumentViewerPageLinksInteractiveMode mode can start work.

Syntax

C#
VB
C++
protected override bool CanStartWork( 
   InteractiveEventArgs e 
) 
Protected Overrides Function CanStartWork( 
   ByVal e As InteractiveEventArgs 
) As Boolean 
protected:  
   virtual bool CanStartWork( 
      InteractiveEventArgs^ e 
   ) override 

Parameters

e

Event data as InteractiveEventArgs.

Return Value

A boolean indicating whether or not the interactive mode can begin working.

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