public void TakeEvent(TraceEvent e) { var values = table.Columns.Select(c => e.GetFieldByName(c.Name)); table.PrintRow(values.ToArray()); }