Método CreationTool.OnCreationComplete

Raises the CreationComplete event.

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

Sintaxe

'Declaração
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
)

Parâmetros

Exceções

Exceção Condição
ArgumentNullException

e is nulluma referência nula (Nothing no Visual Basic).

Segurança do .NET Framework

Consulte também

Referência

CreationTool Classe

Namespace Microsoft.Windows.Design.Interaction

Outros recursos

Noções básicas sobre extensibilidade Designer WPF