IFrameImageParser<TTypeIdentifier, TOutputType>.DataParsed Event
Occurs when a data image is deserialized successfully to one of the output types that the data
image represents.
Namespace: Gemstone.IO.ParsingAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.128 -- Release Build+2960d3f3619fdc53cad514a51817286dcfb19027
event 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);
}
function add_DataParsed(value);
function remove_DataParsed(value);
Value
EventHandler<EventArgs<TOutputType>> Argument is the object that was deserialized from the binary image.