ClassTabChangedEventArgs
Class
Event args wrapping the RadTabItem that has been changed (Closed / Pinned / Unpinned).
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public class TabChangedEventArgs : RoutedEventArgs
Inheritance: objectTabChangedEventArgs
Derived Classes:
Constructors
TabChangedEventArgs(RadTabItem, object, RoutedEvent, object)
Initializes a new instance of the TabChangedEventArgs class.
Declaration
cs-api-definition
public TabChangedEventArgs(RadTabItem tabItem, object dataContext, RoutedEvent routedEvent, object source)
Parameters
tabItem
The RadTabItem that is changed.
dataContext
The DataContext of the tab item.
routedEvent
RoutedEvent
The type of the event.
source
The source of the event.
Properties
DataContext
The DataContext (if any) of the changed TabItem.
TabItem
The RadTabItem that has been changed.