Compartir a través de


CreationTool.CreationComplete (Evento)

Se produce cuando la herramienta completa la creación de su objeto.

Espacio de nombres:  Microsoft.Windows.Design.Interaction
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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 no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

CreationTool Clase

Microsoft.Windows.Design.Interaction (Espacio de nombres)

Otros recursos

Introducción a la extensibilidad de WPF Designer