Visual Basic (Declaration) | |
---|---|
Protected Sub raise__progress( _ ByVal value0 As Object, _ ByVal value1 As RasterDocumentProgressEventArgs _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected void raise__progress( object value0, RasterDocumentProgressEventArgs value1 ) |
Managed Extensions for C++ | |
---|---|
protected: void raise__progress( Object* value0, RasterDocumentProgressEventArgs* value1 ) |
C++/CLI | |
---|---|
protected: void raise__progress( Object^ value0, RasterDocumentProgressEventArgs^ value1 ) |
Parameters
- value0
- The source of the sender
- value1
- A RasterDocumentProgressEventArgs object that contains the event data.
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