Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterCommandProgressEventArgs Class
See Also  Members  
Leadtools.ImageProcessing Namespace : RasterCommandProgressEventArgs Class



Provides data for the RasterCommand.Progress event.

Syntax

Visual Basic (Declaration) 
Public Class RasterCommandProgressEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As RasterCommandProgressEventArgs
C# 
public class RasterCommandProgressEventArgs : EventArgs 
C++/CLI 
public ref class RasterCommandProgressEventArgs : public EventArgs 

Example

For an example, refer to RasterCommand

Remarks

All classes derived from RasterCommand has a RasterCommand.Progress event that will provide feedback on the percentage of the command processing. You can use this event to update a user interface progress bar for example.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Leadtools.ImageProcessing.RasterCommandProgressEventArgs

Requirements

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

See Also