TeachingTip.ActionButtonCommand Eigenschaft

Definition

Ruft den Befehl ab, der aufgerufen werden soll, wenn auf die Aktionsschaltfläche geklickt wird.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

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

void ActionButtonCommand(ICommand value);
public ICommand ActionButtonCommand { get; set; }
Public Property ActionButtonCommand As ICommand

Eigenschaftswert

Gilt für: