Visual Basic (Declaration) | |
---|---|
Event Progress() As EventHandler(Of RasterCommandProgressEventArgs) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
event EventHandler<RasterCommandProgressEventArgs> Progress() |
Managed Extensions for C++ | |
---|---|
__event EventHandler<RasterCommandProgressEventArgs>* Progress(); |
C++/CLI | |
---|---|
event EventHandler<RasterCommandProgressEventArgs>^ Progress(); |
For an example, refer to RasterCommand.
You can use this event to get progress status, or to cancel the process.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family