←Select platform

RasterCommandCompletedEventArgs Constructor

Summary

Initializes a new RasterCommandCompletedEventArgs class object with explicit parameters.

Syntax
C#
VB
C++
Java
Public Function New( _ 
   ByVal command As RasterCommand _ 
) 
public RasterCommandCompletedEvent( 
   Object source,  
   RasterCommand command 
) 
public: 
RasterCommandCompletedEventArgs(  
   RasterCommand^ command 
) 

Parameters

command
RasterCommand object that references the completed command object

Example

Refer to RasterCommandsList.

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.ImageProcessing.Kernel Assembly