ContentDialog.SecondaryButtonCommand Свойство

Определение

Возвращает или задает команду, вызываемую при нажатии дополнительной кнопки.

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

void SecondaryButtonCommand(ICommand value);
public ICommand SecondaryButtonCommand { get; set; }
var iCommand = contentDialog.secondaryButtonCommand;
contentDialog.secondaryButtonCommand = iCommand;
Public Property SecondaryButtonCommand As ICommand
<ContentDialog SecondaryButtonCommand="commandReference"/>

Значение свойства

Команда, вызываемая при нажатии дополнительной кнопки.

Применяется к