| Visual Basic (Declaration) | |
|---|---|
Public Event Progress() As EventHandler(Of RasterCommandProcessorProgressEventArgs) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public event EventHandler<RasterCommandProcessorProgressEventArgs> Progress() | |
| C++/CLI | |
|---|---|
public: event EventHandler<RasterCommandProcessorProgressEventArgs>^ Progress(); | |
For an example, refer to RasterCommandProcessor.
You can use this event to get progress status, or to cancel the process.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family