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
- e
Tipo: Microsoft.Windows.Design.Interaction.CommandExceptionEventArgs
Objeto CommandExceptionEventArgs que se usa al generar este evento.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.Windows.Design.Interaction (Espacio de nombres)