Visual Basic (Declaration) | |
---|---|
Public Event Progress() As EventHandler(Of RasterCommandProgressEventArgs) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event EventHandler<RasterCommandProgressEventArgs> Progress() |
C++/CLI | |
---|---|
public: event EventHandler<RasterCommandProgressEventArgs>^ Progress(); |
For an example, refer to RasterCommand.
The Progress event is fired when the RasterCommand.Run method. RasterCommandProgressEventArgs provides data
on the current progress of the image processing command. You can use this data to provide visual feedback to the user.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family