|   | 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.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
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 Remarks
RemarksArgument is the object that was deserialized from the binary image.
            
  See Also
See Also