
| Visual Basic (Declaration) | |
|---|---|
Public Class RasterCommandProcessorProgressEventArgs Inherits System.EventArgs | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterCommandProcessorProgressEventArgs | |
| C# | |
|---|---|
public class RasterCommandProcessorProgressEventArgs : System.EventArgs | |
| C++/CLI | |
|---|---|
public ref class RasterCommandProcessorProgressEventArgs : public System.EventArgs | |
For an example, refer to RasterCommandProcessor.
The RasterCommandProcessor.Progress event occurs when a control is redrawn. A RasterCommandProcessorProgressEventArgs specifies information on which image and command is being currently processed.
System.Object
System.EventArgs
Leadtools.ImageProcessing.RasterCommandProcessorProgressEventArgs
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
Copy Code