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,恕不另行通知。

适用于