Share via


CommandExceptionEventArgs Class

Provides data for the CommandException event defined on the DesignerView class.

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

Syntax

'Declaration
Public Class CommandExceptionEventArgs _
    Inherits EventArgs
'Usage
Dim instance As CommandExceptionEventArgs
public class CommandExceptionEventArgs : EventArgs
public ref class CommandExceptionEventArgs : public EventArgs
public class CommandExceptionEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Windows.Design.Interaction.CommandExceptionEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CommandExceptionEventArgs Members

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility