Click or drag to resize

IFrameImageParserTTypeIdentifier, TOutputTypeOutputTypeNotFound Event

Occurs when matching a output type for deserializing the data image cound not be found.

Namespace: GSF.Parsing
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
event EventHandler<EventArgs<TTypeIdentifier>> OutputTypeNotFound

Value

EventHandlerEventArgsTTypeIdentifier
Remarks
Argument is the ID of the output type that could not be found.
See Also