Class
TabStripPanelCancelEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class TabStripPanelCancelEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsTabStripPanelCancelEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

TabStripPanelCancelEventArgs(TabPanel, int, bool, TabControlAction)

Declaration

cs-api-definition
public TabStripPanelCancelEventArgs(TabPanel tabPanel, int tabPanelIndex, bool cancel, TabControlAction action)

Parameters

tabPanel

TabPanel

tabPanelIndex

int

cancel

bool

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