TabControlArgs.Item == PP.TabItem
The Item property returns the active tab.
An active tab is a tab on which the user performs some operation, for example, adds or moves it.
The property use is given in description of the TabControl.BeforeAddItem event.
See also: