Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Jpip.Client.InteractiveDecoder Namespace > DataLoadedEventArgs Class : DataLoadedEventArgs Constructor |
public DataLoadedEventArgs( DataBinClassIdValues classID, int codeStreamIndex, long identifierNumber, byte[] data, int offset, bool isCompleted )
'Declaration Public Function New( _ ByVal classID As DataBinClassIdValues, _ ByVal codeStreamIndex As Integer, _ ByVal identifierNumber As Long, _ ByVal data() As Byte, _ ByVal offset As Integer, _ ByVal isCompleted As Boolean _ )
'Usage Dim classID As DataBinClassIdValues Dim codeStreamIndex As Integer Dim identifierNumber As Long Dim data() As Byte Dim offset As Integer Dim isCompleted As Boolean Dim instance As New DataLoadedEventArgs(classID, codeStreamIndex, identifierNumber, data, offset, isCompleted)
public: DataLoadedEventArgs( DataBinClassIdValues classID, int codeStreamIndex, int64 identifierNumber, array<byte>^ data, int offset, bool isCompleted )