Metodo CreationTool.OnCreationComplete

Genera l'evento CreationComplete.

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

Sintassi

'Dichiarazione
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
)

Parametri

  • e
    Tipo: System.EventArgs
    Evento da assegnare all'evento di creazione completato.

Eccezioni

Eccezione Condizione
ArgumentNullException

e è nullriferimento null (Nothing in Visual Basic).

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CreationTool Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Informazioni sull'estensibilità Progettazione WPF