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
- e
Tipo: System.EventArgs
O evento para o evento complete de criação.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | e is nulluma referência nula (Nothing no Visual Basic). |
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.Windows.Design.Interaction