CommandCallBack Delegate

Summary
Callback to run custom user commands.
Syntax
C#
VB
C++
delegate Stream CommandCallBack( 
   CommandEventArgs args 
) 
  
Public Delegate Function CommandCallBack( _ 
   ByVal args As CommandEventArgs _ 
) As Stream 
public delegate Stream^ CommandCallBack(  
   CommandEventArgs^ args 
) 

Parameters

args
The command data.

Return Value

User custom data.

Requirements

Target Platforms

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

Leadtools.Services.Twain Assembly

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