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



Provides data for the RasterCommand.Progress event. Supported in Silverlight, Windows Phone 7

Object Model

RasterCommandProgressEventArgs Class

Syntax

Visual Basic (Declaration) 
Public Class RasterCommandProgressEventArgs 
   Inherits System.EventArgs
Visual Basic (Usage)Copy Code
Dim instance As RasterCommandProgressEventArgs
C# 
public class RasterCommandProgressEventArgs : System.EventArgs 
C++/CLI 
public ref class RasterCommandProgressEventArgs : public System.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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also