Ejemplo n.º 1
0
 private void OnRowCreated(RowCreatedEventArgs e)
 {
     RowCreated?.Invoke(this, e);
 }
Ejemplo n.º 2
0
 protected virtual void OnRowCreated(IReadOnlyDictionary <string, TableCell> row)
 {
     RowCreated?.Invoke(this, row);
 }