|
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.266-beta+c6b78f50c57a6e00a35ffa6b1d344e516617d5cd
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