Share via


CanExecuteToolEventArgs Class

Provides data for the CanExecute event.

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

Syntax

'Declaration
Public NotInheritable Class CanExecuteToolEventArgs _
    Inherits EventArgs
'Usage
Dim instance As CanExecuteToolEventArgs
public sealed class CanExecuteToolEventArgs : EventArgs
public ref class CanExecuteToolEventArgs sealed : public EventArgs
public final class CanExecuteToolEventArgs extends EventArgs

Remarks

CanExecuteToolEventArgs is similar to CanExecuteRoutedEventArgs, but for tool commands.

Inheritance Hierarchy

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

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

CanExecuteToolEventArgs Members

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility

Tool Architecture