Evento CreationTool.CreationComplete

Si verifica quando lo strumento completa la creazione del relativo oggetto.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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 non supporta gli eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CreationTool Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Informazioni sull'estensibilità Progettazione WPF