The DataLoaded Event includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Event that occurs when an image or meta data is being loaded, to report data type information.Visual Basic (Declaration) | |
---|---|
Public Event DataLoaded As EventHandler(Of DataLoadedEventArgs) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As JpipRasterImageViewer Dim handler As EventHandler(Of DataLoadedEventArgs) AddHandler instance.DataLoaded, handler |
C# | |
---|---|
public event EventHandler<DataLoadedEventArgs> DataLoaded |
C++/CLI | |
---|---|
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. |
This event occurs before the data gets decoded.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7