Class TabChangedEventArgs
Event args wrapping the RadTabItem that has been changed (Closed / Pinned / Unpinned).
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class TabChangedEventArgs : RoutedEventArgs
Constructors
TabChangedEventArgs(RadTabItem, Object, RoutedEvent, Object)
Initializes a new instance of the TabChangedEventArgs class.
Declaration
public TabChangedEventArgs(RadTabItem tabItem, object dataContext, RoutedEvent routedEvent, object source)
Parameters
RadTabItem
tabItem
The RadTabItem that is changed. |
System.Object
dataContext
The DataContext of the tab item. |
System.Windows.RoutedEvent
routedEvent
The type of the event. |
System.Object
source
The source of the event. |
Properties
DataContext
The DataContext (if any) of the changed TabItem.
Declaration
public object DataContext { get; set; }
Property Value
System.Object
|
TabItem
The RadTabItem that has been changed.
Declaration
public RadTabItem TabItem { get; set; }
Property Value
RadTabItem
|