Visual Basic (Declaration) | |
---|---|
Public Overridable Sub OnProgress( _ ByVal e As RasterCommandProgressEventArgs _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual void OnProgress( RasterCommandProgressEventArgs e ) |
Managed Extensions for C++ | |
---|---|
public: virtual void OnProgress( RasterCommandProgressEventArgs* e ) |
C++/CLI | |
---|---|
public: virtual void OnProgress( RasterCommandProgressEventArgs^ e ) |
Parameters
- e
- A RasterCommandProgressEventArgs that contains the event data.
For an example, refer to RasterCommand.
This method is used internally by the LEADTOOLS image processing infrastructure.
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