Class TabStripPanelEventArgs
Inheritance
System.Object
System.EventArgs
TabStripPanelEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TabStripPanelEventArgs : EventArgs
Constructors
TabStripPanelEventArgs(TabPanel, Int32, TabControlAction)
Declaration
public TabStripPanelEventArgs(TabPanel tabPanel, int tabPanelIndex, TabControlAction action)
Parameters
TabPanel
tabPanel
|
System.Int32
tabPanelIndex
|
System.Windows.Forms.TabControlAction
action
|
Properties
Action
Declaration
public TabControlAction Action { get; }
Property Value
System.Windows.Forms.TabControlAction
|
TabPanel
TabPanelIndex
Declaration
public int TabPanelIndex { get; }
Property Value
System.Int32
|