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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Twain Assembly