←Select platform

DocumentViewerRunCommand Delegate

Summary

Run the command and perform its action using the specified value.

Syntax

C#
VB
C++
public delegate object DocumentViewerRunCommand( 
   DocumentViewer documentViewer, 
   DocumentViewerCommand command, 
   object value 
) 
Public Delegate Function DocumentViewerRunCommand( 
   ByVal documentViewer As DocumentViewer, 
   ByVal command As DocumentViewerCommand, 
   ByVal value As Object 
) As Object 
public: 
   delegate Object DocumentViewerRunCommand( 
      DocumentViewer^ documentViewer, 
      DocumentViewerCommand^ command, 
      Object^ value 
   ) 

Parameters

documentViewer

The owner document viewer.

command

Command to run.

value

The value to use.

Return Value

The result of this run.

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