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
- e
Tipo: Microsoft.Windows.Design.Interaction.CommandExceptionEventArgs
O CommandExceptionEventArgs usada ao gerar o evento.
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