Visual Basic (Declaration) | |
---|---|
Public Event TotalBytesLoaded() As EventHandler(Of TotalBytesLoadedEventArgs) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event EventHandler<TotalBytesLoadedEventArgs> TotalBytesLoaded() |
C++/CLI | |
---|---|
public: event EventHandler<TotalBytesLoadedEventArgs>^ TotalBytesLoaded(); |
This example implements this event to report the number of bytes being loaded.
For an example, refer to JpipRasterImageViewer.
This event occurs before the data gets decoded. This event can be used to show the
progress of the interactive decoder.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family