Compartir a través de


DesignerView.OnCommandException (Método)

Genera el evento CommandException.

Espacio de nombres:  Microsoft.Windows.Design.Interaction
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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

Seguridad de .NET Framework

Vea también

Referencia

DesignerView Clase

Microsoft.Windows.Design.Interaction (Espacio de nombres)

AdornerPanel

Otros recursos

Tutorial: Crear un adorno en tiempo de diseño

Arquitectura de los adornos