Click or drag to resize

MultiSourceFrameImageParserBaseTSourceIdentifier, TTypeIdentifier, TOutputType Events

The MultiSourceFrameImageParserBaseTSourceIdentifier, TTypeIdentifier, TOutputType type exposes the following members.

Events
  Name Description
Public event BufferParsed Occurs when buffer parsing has completed.
(Inherited from BinaryImageParserBase)
Public event DataDiscarded Occurs when data image fails deserialized due to an exception.
(Inherited from BinaryImageParserBase)
Public event DataParsed Occurs when a data image is deserialized successfully to one of the output types that the data image represents.
(Inherited from FrameImageParserBaseTTypeIdentifier, TOutputType)
Public event DuplicateTypeHandlerEncountered Occurs when more than one type has been defined that can deserialize the specified output type.
(Inherited from FrameImageParserBaseTTypeIdentifier, TOutputType)
Public event OutputTypeNotFound Occurs when matching an output type for deserializing the data image could not be found.
(Inherited from FrameImageParserBaseTTypeIdentifier, TOutputType)
Public event ParsingException Occurs when an Exception is encountered while attempting to parse data.
(Inherited from BinaryImageParserBase)
Public event SourceDataParsed Occurs when a data image is deserialized successfully to one or more of the output types that the data image represents.
Top
See Also