Leadtools.Jpip.Client.WinForms Namespace > JpipRasterImageViewer Class : TotalBytesLoaded Event |
public event EventHandler<TotalBytesLoadedEventArgs> TotalBytesLoaded
'Declaration Public Event TotalBytesLoaded As EventHandler(Of TotalBytesLoadedEventArgs)
'Usage Dim instance As JpipRasterImageViewer Dim handler As EventHandler(Of TotalBytesLoadedEventArgs) AddHandler instance.TotalBytesLoaded, handler
public event EventHandler<TotalBytesLoadedEventArgs> TotalBytesLoaded
add_TotalBytesLoaded(function(sender, e)) remove_TotalBytesLoaded(function(sender, e))
public: event EventHandler<TotalBytesLoadedEventArgs^>^ TotalBytesLoaded
The event handler receives an argument of type TotalBytesLoadedEventArgs containing data related to this event. The following TotalBytesLoadedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ByteCount | Gets the total number of bytes loaded for this file. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2