Partager via


CreationTool.CreationComplete, événement

Se produit lorsque l'outil termine la création de son objet.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les événements.

Sécurité .NET Framework

Voir aussi

Référence

CreationTool Classe

Microsoft.Windows.Design.Interaction, espace de noms

Autres ressources

Fonctionnement de l'extensibilité du Concepteur WPF