Click or drag to resize

FrameImageParserBaseTTypeIdentifier, TOutputType Events

The FrameImageParserBaseTTypeIdentifier, 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.
Public event DuplicateTypeHandlerEncountered Occurs when more than one type has been defined that can deserialize the specified output type.
Public event OutputTypeNotFound Occurs when matching an output type for deserializing the data image could not be found.
Public event ParsingException Occurs when an Exception is encountered while attempting to parse data.
(Inherited from BinaryImageParserBase)
Top
See Also