HypernovaDesktop Components · docs
Binarymission
WinFormsPower Tab Strip › TabPageClosingEventArgs

TabPageClosingEventArgs

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

A cancel-able event args object used in tab closing event.

public class TabPageClosingEventArgs : CancelEventArgs

Inherits from / implements: CancelEventArgs

Members at a glance

TabPageClosingEventArgsInitializes a new instance of the TabPageClosingEventArgs class for the page that is about to close.
TabPageGets or sets the tab page.

Constructors

TabPageClosingEventArgs

public TabPageClosingEventArgs(BinaryPowerTabPage tabPage)

Initializes a new instance of the TabPageClosingEventArgs class for the page that is about to close.

tabPage
The page being closed.

Properties

TabPage

public BinaryPowerTabPage TabPage

Gets or sets the tab page.