1 implementation of Update
Microsoft.Maui (1)
Handlers\Layout\LayoutHandler.Standard.cs (1)
13
public void
Update
(int index, IView view) => throw new NotImplementedException();
1 reference to Update
Microsoft.Maui (1)
Handlers\Layout\LayoutHandler.cs (1)
114
handler.
Update
(args.Index, args.View);