ListView.LayoutCreated 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在 LayoutTemplate 控制項中建立 ListView 樣板時發生。
public:
event EventHandler ^ LayoutCreated;
public event EventHandler LayoutCreated;
member this.LayoutCreated : EventHandler
Public Custom Event LayoutCreated As EventHandler
事件類型
備註
ListView在可以轉譯控件之前,LayoutTemplate必須先建立範本,才能作為控件的根容器。 LayoutCreated建立 控件中的ListView版面配置範本時,就會引發 事件。 這可讓您在發生此事件時執行自定義例程。
如需如何處理事件的詳細資訊,請參閱 處理和引發事件。