CreationTool.OnCreationComplete-Methode

Löst das CreationComplete-Ereignis aus.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

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

Parameter

  • e
    Typ: System.EventArgs
    Das Ereignis, das an das Ereignis "Erstellung abgeschossen" übergeben wird.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

e hat den Wert nullNULL-Verweis (Nothing in Visual Basic).

.NET Framework-Sicherheit

Siehe auch

Referenz

CreationTool Klasse

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit