InvokeCommandAction.Command Property
Gets or sets the command this action should invoke. This is a dependency property.
Namespace: Microsoft.Xaml.Interactions.Core
Assembly: Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)
Syntax
'Declaration
Public Property Command As ICommand
public ICommand Command { get; set; }
public:
property ICommand^ Command {
ICommand^ get ();
void set (ICommand^ value);
}
member Command : ICommand with get, set
function get Command () : ICommand
function set Command (value : ICommand)
Property Value
Type: System.Windows.Input.ICommand
The command this action should invoke.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.