MultiSourceFrameImageParserBaseTSourceIdentifier, TTypeIdentifier, TOutputType Events

Events

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

See Also