Share via


DesignerView.OnCommandException Method

Raises the CommandException event.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
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
)

Parameters

.NET Framework Security

See Also

Reference

DesignerView Class

Microsoft.Windows.Design.Interaction Namespace

AdornerPanel

Other Resources

Walkthrough: Creating a Design-time Adorner

Adorner Architecture