TabControlArgs

Namespace: PP.Ui;

Inheritance Hierarchy

EventArgs

TabControlArgs

Description

The TabControlArgs class implements arguments for events of the TabControl component.

Syntax

PP.initClass(PP.Ui.TabControlArgs, PP.EventArgs, "TabControlArgs");

Properties

  Parameter name Brief description
Cancel The Cancel property determines whether tab opening is canceled.
IsAddTabClicked

 

Item The Item property returns the active tab.

See also:

PP.Ui