Freigeben über


SwipeItem.Command Eigenschaft

Definition

Ruft den Befehl ab, der ausgeführt werden soll, wenn dieses Element aufgerufen wird, oder legt diesen fest.

Entsprechende WinUI 2-API für UWP: Microsoft.UI.Xaml.Controls.SwipeItem.Command (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

public:
 property ICommand ^ Command { ICommand ^ get(); void set(ICommand ^ value); };
ICommand Command();

void Command(ICommand value);
public ICommand Command { get; set; }
var iCommand = swipeItem.command;
swipeItem.command = iCommand;
Public Property Command As ICommand
<SwipeItem Command="commandReference"/>

Eigenschaftswert

Der Befehl, der ausgeführt werden soll, wenn dieses Element aufgerufen wird. Der Standardwert ist NULL.

Gilt für: