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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.Interaction, espace de noms
Autres ressources
Procédure pas à pas : création d'un ornement au moment du design