Método DesignerView.OnCommandException

Raises the CommandException event.

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

Sintaxe

'Declaração
Protected Overridable Sub OnCommandException ( _
    e As CommandExceptionEventArgs _
)
protected virtual void OnCommandException(
    CommandExceptionEventArgs e
)
protected:
virtual void OnCommandException(
    CommandExceptionEventArgs^ e
)
abstract OnCommandException : 
        e:CommandExceptionEventArgs -> unit 
override OnCommandException : 
        e:CommandExceptionEventArgs -> unit 
protected function OnCommandException(
    e : CommandExceptionEventArgs
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

DesignerView Classe

Namespace Microsoft.Windows.Design.Interaction

AdornerPanel

Outros recursos

Walkthrough: Criando um adorno em tempo de design

Adorner de arquitetura