public event EventHandler<EventArgs<TSourceIdentifier, IList<TOutputType>>> SourceDataParsedPublic Event SourceDataParsed As EventHandler(Of EventArgs(Of TSourceIdentifier, IList(Of TOutputType)))public:
event EventHandler<EventArgs<TSourceIdentifier, IList<TOutputType>^>^>^ SourceDataParsed {
void add (EventHandler<EventArgs<TSourceIdentifier, IList<TOutputType>^>^>^ value);
void remove (EventHandler<EventArgs<TSourceIdentifier, IList<TOutputType>^>^>^ value);
}function add_SourceDataParsed(value);
function remove_SourceDataParsed(value);