Visual Basic (Declaration) | |
---|---|
Public Event FileOpened() As EventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event EventHandler FileOpened() |
C++/CLI | |
---|---|
public: event EventHandler^ FileOpened(); |
This example implements this event to report the number of bytes being loaded.
For an example, refer to JpipRasterImageViewer.
This event occurs after calling the Open method when the images meta-data and main-header information is retrieved.
After this event is fired you can retrieve the image information and request new resolutions and regions.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family