Leadtools.Jpip.Client.WinForms Namespace > JpipRasterImageViewer Class : DataLoaded Event |
public event EventHandler<DataLoadedEventArgs> DataLoaded
'Declaration Public Event DataLoaded As EventHandler(Of DataLoadedEventArgs)
'Usage Dim instance As JpipRasterImageViewer Dim handler As EventHandler(Of DataLoadedEventArgs) AddHandler instance.DataLoaded, handler
public event EventHandler<DataLoadedEventArgs> DataLoaded
add_DataLoaded(function(sender, e)) remove_DataLoaded(function(sender, e))
public: event EventHandler<DataLoadedEventArgs^>^ DataLoaded
The event handler receives an argument of type DataLoadedEventArgs containing data related to this event. The following DataLoadedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ClassId | Gets a Leadtools.Jpip.DataBinClassIdValues value that indicates the data chunk type. |
CodeStreamIndex | Gets the index of the stream. |
Data | Gets the data buffer for this packet of the data chunk. |
IdentifierNumber | Gets the identifier number of the data chunk. |
IsCompleted | Determines whether this is the last packet for this data chunk |
Offset | Gets the data offset value. |
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