| Visual Basic (Declaration) | |
|---|---|
Public Class RasterCommandProgressEventArgs Inherits EventArgs | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public class RasterCommandProgressEventArgs : EventArgs | |
| C++/CLI | |
|---|---|
public ref class RasterCommandProgressEventArgs : public 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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family