←Select platform

Run(string,object) Method

Summary

Runs a command with the specified value.

Syntax
C#
C++/CLI
public object Run( 
   string commandName, 
   object value 
) 
public:  
   Object^ Run( 
      String^ commandName, 
      Object^ value 
   ) 

Parameters

commandName

Command name

value

Optional value to pass to the callback

Return Value

The result of the callback run if the command and its callback exist; otherwise, null.

Remarks

This method checks if the command exists and if it has a RunHandler callback value that is not null, if so, it will invoke the callback with value and returns the result.

If the command does not exist or it does not have a handler, then this method returns null.

Refer to Document Viewer Commands for more information.

Requirements

Target Platforms

Help Version 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

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