|
IFrameImageParserTTypeIdentifier, TOutputTypeDataParsed Event
|
Occurs when a data image is deserialized successfully to one of the output types that the data
image represents.
Namespace: GSF.ParsingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
Syntaxevent EventHandler<EventArgs<TOutputType>> DataParsed
Event DataParsed As EventHandler(Of EventArgs(Of TOutputType))
event EventHandler<EventArgs<TOutputType>^>^ DataParsed {
void add (EventHandler<EventArgs<TOutputType>^>^ value);
void remove (EventHandler<EventArgs<TOutputType>^>^ value);
}
abstract DataParsed : IEvent<EventHandler<EventArgs<'TOutputType>>,
EventArgs<'TOutputType>>
function add_DataParsed(value);
function remove_DataParsed(value);
Value
EventHandlerEventArgsTOutputType
RemarksArgument is the object that was deserialized from the binary image.
See Also