Udostępnij za pośrednictwem


VisualElement.BatchCommitted Zdarzenie

Definicja

Występuje, gdy partia zmian właściwości została zatwierdzona przez wywołanie metody BatchCommit().

public:
 virtual event EventHandler<Microsoft::Maui::Controls::Internals::EventArg<Microsoft::Maui::Controls::VisualElement ^> ^> ^ BatchCommitted;
public event EventHandler<Microsoft.Maui.Controls.Internals.EventArg<Microsoft.Maui.Controls.VisualElement>> BatchCommitted;
member this.BatchCommitted : EventHandler<Microsoft.Maui.Controls.Internals.EventArg<Microsoft.Maui.Controls.VisualElement>> 
Public Event BatchCommitted As EventHandler(Of EventArg(Of VisualElement)) 

Typ zdarzenia

Implementuje

Uwagi

Tylko do użytku wewnętrznego. Ten interfejs API można zmienić lub usunąć bez powiadomienia w dowolnym momencie.

Dotyczy