Partager via


DesignerView.OnCommandException, méthode

Déclenche l'événement CommandException.

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

Syntaxe

'Déclaration
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
)

Paramètres

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