1 write to Args
Microsoft.Maui.Controls (1)
TableView\ChildCollectionChangedEventArgs.cs (1)
11
Args
= args;
1 reference to Args
Microsoft.Maui.Controls (1)
TableView\TableView.cs (1)
161
childCollectionChangedEventArgs.
Args
.NewItems?.Cast<Cell>().ForEach(cell => cell.Parent = this);