ListView.LayoutCreated 事件

定義

LayoutTemplate 控制項中建立 ListView 樣板時發生。

public:
 event EventHandler ^ LayoutCreated;
public event EventHandler LayoutCreated;
member this.LayoutCreated : EventHandler 
Public Custom Event LayoutCreated As EventHandler 

事件類型

備註

ListView在可以轉譯控制項之前, LayoutTemplate 必須先建立範本,才能作為控制項的根容器。 LayoutCreated建立 控制項中的 ListView 版面配置範本時,就會引發 事件。 這可讓您在發生此事件時執行自訂常式。

如需如何處理事件的詳細資訊,請參閱 處理和引發事件

適用於

另請參閱