HypernovaDesktop Components · docs
Binarymission
WinFormsPower Tab Strip › TabPageChangedEventArgs

TabPageChangedEventArgs

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.TabControls

An event args object used in tab change event.

public class TabPageChangedEventArgs : EventArgs

Inherits from / implements: EventArgs

Members at a glance

TabPageChangedEventArgsInitializes a new instance of the TabPageChangedEventArgs class.
TabPageThe page the strip has moved to.
TabPageChangeTypeWhat caused the selected page to change - a click, the keyboard, or a change made in code.

Constructors

TabPageChangedEventArgs

public TabPageChangedEventArgs(BinaryPowerTabPage item, TabPageChangeTriggerSource type)

Initializes a new instance of the TabPageChangedEventArgs class.

item
The page the strip has moved to.
type
What caused the move.

Properties

TabPage

public BinaryPowerTabPage TabPage

The page the strip has moved to.

TabPageChangeType

public TabPageChangeTriggerSource TabPageChangeType

What caused the selected page to change - a click, the keyboard, or a change made in code.