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 设计器扩展性