SwipeItem.Command 属性

定义

获取或设置调用此项时要执行的命令。

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"/>

属性值

调用此项时要执行的命令。 默认值为 null

适用于