VisualElement.BatchCommitted 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
呼叫 來認可屬性變更批次時 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,而不需通知。