Implemented interface member:
event
BatchCommitted
Microsoft.Maui.Controls.IVisualElementController.BatchCommitted
3 references to BatchCommitted
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
1059
BatchCommitted
?.Invoke(this, new EventArg<VisualElement>(this));
Microsoft.Maui.Controls.Foldable (2)
NoPlatformFoldableService.cs (2)
71
visualElement.
BatchCommitted
+= layoutUpdated;
78
visualElement.
BatchCommitted
-= handler;