Partager via


CreationTool.OnCreationComplete, méthode

Déclenche l'événement CreationComplete.

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

Syntaxe

'Déclaration
Protected Overridable Sub OnCreationComplete ( _
    e As EventArgs _
)
protected virtual void OnCreationComplete(
    EventArgs e
)
protected:
virtual void OnCreationComplete(
    EventArgs^ e
)
abstract OnCreationComplete : 
        e:EventArgs -> unit 
override OnCreationComplete : 
        e:EventArgs -> unit 
protected function OnCreationComplete(
    e : EventArgs
)

Paramètres

  • e
    Type : System.EventArgs
    Événement à fournir à l'événement de création terminée.

Exceptions

Exception Condition
ArgumentNullException

e est nullune référence null (Nothing en Visual Basic).

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