1 instantiation of LayoutAttributesChangedEventArgs
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\TemplatedCell.cs (1)
270 LayoutAttributesChanged?.Invoke(this, new LayoutAttributesChangedEventArgs(newAttributes));
2 references to LayoutAttributesChangedEventArgs
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\ItemsViewController.cs (1)
307 void CellLayoutAttributesChanged(object sender, LayoutAttributesChangedEventArgs args)
iOS\CollectionView\TemplatedCell.cs (1)
15 public event EventHandler<LayoutAttributesChangedEventArgs> LayoutAttributesChanged;