Implemented interface member:
event
BatchCommitted
Microsoft.Maui.Controls.IVisualElementController.BatchCommitted
10 references to BatchCommitted
Microsoft.Maui.Controls (3)
Compatibility\Handlers\iOS\VisualElementRenderer.cs (2)
76
oldVe.
BatchCommitted
-= OnBatchCommitted;
83
newVe.
BatchCommitted
+= OnBatchCommitted;
VisualElement\VisualElement.cs (1)
1055
BatchCommitted
?.Invoke(this, new EventArg<VisualElement>(this));
Microsoft.Maui.Controls.Compatibility (5)
Tizen\HandlerToRendererShim.cs (2)
48
oldElement.
BatchCommitted
-= OnBatchCommitted;
54
element.
BatchCommitted
+= OnBatchCommitted;
Tizen\Renderers\VisualElementRenderer.cs (3)
269
Element.
BatchCommitted
-= OnBatchCommitted;
312
e.OldElement.
BatchCommitted
-= OnBatchCommitted;
335
e.NewElement.
BatchCommitted
+= OnBatchCommitted;
Microsoft.Maui.Controls.Foldable (2)
NoPlatformFoldableService.cs (2)
71
visualElement.
BatchCommitted
+= layoutUpdated;
78
visualElement.
BatchCommitted
-= handler;