Class
TabStripPanelEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class TabStripPanelEventArgs : EventArgs

Inheritance: objectEventArgsTabStripPanelEventArgs

Inherited Members EventArgs.Empty

Constructors

TabStripPanelEventArgs(TabPanel, int, TabControlAction)

Declaration

cs-api-definition
public TabStripPanelEventArgs(TabPanel tabPanel, int tabPanelIndex, TabControlAction action)

Parameters

tabPanel

TabPanel

tabPanelIndex

int

action

TabControlAction

Properties

Action

Declaration

cs-api-definition
public TabControlAction Action { get; }

Property Value

TabControlAction

TabPanel

Declaration

cs-api-definition
public TabPanel TabPanel { get; }

Property Value

TabPanel

TabPanelIndex

Declaration

cs-api-definition
public int TabPanelIndex { get; }

Property Value

int