共用方式為


CreationTool.CreationComplete 事件

發生於工具完成其物件的建立時。

命名空間:  Microsoft.Windows.Design.Interaction
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Event CreationComplete As EventHandler
public event EventHandler CreationComplete
public:
 event EventHandler^ CreationComplete {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member CreationComplete : IEvent<EventHandler,
    EventArgs>
JScript 不支援事件。

.NET Framework 安全性

請參閱

參考

CreationTool 類別

Microsoft.Windows.Design.Interaction 命名空間

其他資源

了解 WPF 設計工具擴充性