ClassTabChangedEventArgs
Class
Event args wrapping the RadTabItem that has been changed (Closed / Pinned / Unpinned).
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class TabChangedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsTabChangedEventArgs
Derived Classes:
Inherited Members
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
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.