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.
Gets or sets the command to invoke when the add (+) button is tapped.
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