ContentDialog.SecondaryButtonCommand Eigenschaft

Definition

Ruft den Befehl ab, der aufgerufen werden soll, wenn auf die sekundäre Schaltfläche getippt wird, oder legt diesen fest.

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

Eigenschaftswert

Der Befehl, der aufgerufen werden soll, wenn auf die sekundäre Schaltfläche getippt wird.

Gilt für: