DataLoaded Event

Summary
Event that occurs when an image or meta data is being loaded, to report data type information.
Syntax
C#
C++/CLI
public event EventHandler<DataLoadedEventArgs> DataLoaded 
public: 
event EventHandler<DataLoadedEventArgs^>^ DataLoaded 
Event Data

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.

PropertyDescription
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.
Remarks

This event occurs before the data gets decoded.

Requirements

Target Platforms

Help Version 22.0.2023.2.4
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.