Delen via


ExecutedToolEventArgs.Command Property

Gets the command associated with this ExecutedToolEventArgs object.

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

Syntax

'Declaration
Public ReadOnly Property Command As ICommand
'Usage
Dim instance As ExecutedToolEventArgs 
Dim value As ICommand 

value = instance.Command
public ICommand Command { get; }
public:
property ICommand^ Command {
    ICommand^ get ();
}
public function get Command () : ICommand

Property Value

Type: System.Windows.Input.ICommand
An ICommand that represents a command associated with this ExecutedToolEventArgs.

.NET Framework Security

See Also

Reference

ExecutedToolEventArgs Class

ExecutedToolEventArgs Members

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility