TabView.AddTabButtonClick Event

Definition

Occurs when the add tab button (+) has been clicked.

C#
public event TypedEventHandler<TabView,object> AddTabButtonClick;

Event Type

Remarks

For more info, design guidance, and code examples, see Tab view.

Applies to

Produkt Verzie
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also