Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Progress Event
See Also 
Leadtools.ImageProcessing Namespace > RasterCommandProcessor Class : Progress Event



Occurs during the processing of the image processing commands.

Syntax

Visual Basic (Declaration) 
Public Event Progress() As EventHandler(Of RasterCommandProcessorProgressEventArgs)
Visual Basic (Usage)Copy Code
Dim instance As RasterCommandProcessor
Dim handler As EventHandler(Of RasterCommandProcessorProgressEventArgs)
 
AddHandler instance.Progress, handler
C++/CLI 
public:
event EventHandler<RasterCommandProcessorProgressEventArgs>^ Progress();

Example

For an example, refer to RasterCommandProcessor.

Remarks

You can use this event to get progress status, or to cancel the process.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also