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);