VisualElement.BatchCommitted 事件

定義

呼叫 來認可屬性變更批次時 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)) 

事件類型

實作

備註

僅供內部使用。 您可以隨時變更或移除此 API,而不需通知。

適用於