←Select platform

CommandCompleted Event

Summary

Occurs after each command is executed in the RasterCommandsList

Syntax
C#
VB
C++
Java
public event EventHandler<RasterCommandCompletedEventArgs> CommandCompleted 
Public Event CommandCompleted As EventHandler(Of RasterCommandCompletedEventArgs) 
public void addCommandCompletedListener(RasterCommandCompletedEventListener listener) 
public void removeCommandCompletedListener(RasterCommandCompletedEventListener listener) 
public: 
event EventHandler<RasterCommandCompletedEventArgs^>^ CommandCompleted 
} 

Event Data

The event handler receives an argument of type RasterCommandCompletedEventArgs containing data related to this event. The following RasterCommandCompletedEventArgs properties provide information specific to this event.

PropertyDescription
Stop Determines how to process or whether to terminate the current command.

Remarks
  • This event can be used to get the progress status, or to stop the process.

Example

For an 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