←Select platform

CommandCallBack Delegate

Summary
Callback to run custom user commands.

Syntax
C#
C++/CLI
Python
delegate Stream CommandCallBack( 
   CommandEventArgs args 
) 
public delegate Stream^ CommandCallBack(  
   CommandEventArgs^ args 
) 
def CommandCallBack(self,args): 
# args : CommandEventArgs 

Parameters

args
The command data.

Return Value

User custom data.

Requirements

Target Platforms

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

Leadtools.Services.Twain Assembly

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