| 
				   
                             Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28 	
                       		
			       | 
             
| Leadtools.ImageProcessing Namespace > RasterCommandProcessor Class : Progress Event | 
public event EventHandler<RasterCommandProcessorProgressEventArgs> Progress
'Declaration
 
Public Event Progress As EventHandler(Of RasterCommandProcessorProgressEventArgs)
'Usage
 
Dim instance As RasterCommandProcessor Dim handler As EventHandler(Of RasterCommandProcessorProgressEventArgs) AddHandler instance.Progress, handler
public event EventHandler<RasterCommandProcessorProgressEventArgs> Progress
add_Progress(function(sender, e)) remove_Progress(function(sender, e))
public: event EventHandler<RasterCommandProcessorProgressEventArgs^>^ Progress
The event handler receives an argument of type RasterCommandProcessorProgressEventArgs containing data related to this event. The following RasterCommandProcessorProgressEventArgs properties provide information specific to this event.
| Property | Description | 
|---|---|
| Cancel | Determine how to process or cancel the current command. ![]() ![]()  | 
| Command | Gets the IRasterCommand object currently being executed. ![]() ![]()  | 
| CommandNumber | Gets the index of the current RasterCommand in the Commands collection. ![]() ![]()  | 
| Image | Gets the RasterImage object being processed. ![]() ![]()  | 
| ImageNumber | Gets the index of the current RasterImage in the Images collection. ![]() ![]()  | 
| Percent | Gets the percentage completion of the current command. ![]() ![]()  | 
| TotalCommands | Gets the total number of commands to be executed. ![]() ![]()  | 
| TotalImages | Gets the total number of images to be processed. ![]() ![]()  |