TabView.AddTabButtonCommand Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property ICommand ^ AddTabButtonCommand { ICommand ^ get(); void set(ICommand ^ value); };
ICommand AddTabButtonCommand();
void AddTabButtonCommand(ICommand value);
public ICommand AddTabButtonCommand { get; set; }
var iCommand = tabView.addTabButtonCommand;
tabView.addTabButtonCommand = iCommand;
Public Property AddTabButtonCommand As ICommand
Property Value
The command to invoke when the add (+) button is tapped. The default is null.