Partager via


DesignerView.CommandException, événement

Se produit lorsqu'une exception est déclenchée dans une commande.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public Event CommandException As EventHandler(Of CommandExceptionEventArgs)
public event EventHandler<CommandExceptionEventArgs> CommandException
public:
 event EventHandler<CommandExceptionEventArgs^>^ CommandException {
    void add (EventHandler<CommandExceptionEventArgs^>^ value);
    void remove (EventHandler<CommandExceptionEventArgs^>^ value);
}
member CommandException : IEvent<EventHandler<CommandExceptionEventArgs>,
    CommandExceptionEventArgs>
JScript ne prend pas en charge les événements.

Notes

Si aucun gestionnaire n'est joint à cet événement, l'exception de la commande n'est pas gérée.

Sécurité .NET Framework

Voir aussi

Référence

DesignerView Classe

Microsoft.Windows.Design.Interaction, espace de noms

AdornerPanel

Autres ressources

Procédure pas à pas : création d'un ornement au moment du design

Architecture d'ornement