
| 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 | |
For an example, refer to RasterCommand
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.
System.Object
System.EventArgs
Leadtools.ImageProcessing.RasterCommandProgressEventArgs
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