Sdílet prostřednictvím


CreationTool.OnCreationComplete-Methode

Aktualisiert: November 2007

Löst das CreationComplete-Ereignis aus.

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

Syntax

'Declaration
Protected Overridable Sub OnCreationComplete ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnCreationComplete(e)
protected virtual void OnCreationComplete(
    EventArgs e
)
protected:
virtual void OnCreationComplete(
    EventArgs^ e
)
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).

Berechtigungen

Siehe auch

Referenz

CreationTool-Klasse

CreationTool-Member

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit