1 instantiation of LayoutAttributesChangedEventArgs
Microsoft.Maui.Controls (1)
Handlers\Items\iOS\TemplatedCell.cs (1)
311 _weakEventManager.HandleEvent(this, new LayoutAttributesChangedEventArgs(newAttributes), nameof(LayoutAttributesChanged));
2 references to LayoutAttributesChangedEventArgs
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\ItemsViewController.cs (1)
434 void CellLayoutAttributesChanged(object sender, LayoutAttributesChangedEventArgs args)
Handlers\Items\iOS\TemplatedCell.cs (1)
22 public event EventHandler<LayoutAttributesChangedEventArgs> LayoutAttributesChanged