Class
TabChangedEventArgs

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: PreviewTabChangedEventArgs

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

RadTabItem

The RadTabItem that is changed.

dataContext

object

The DataContext of the tab item.

routedEvent

RoutedEvent

The type of the event.

source

object

The source of the event.

Properties

DataContext

The DataContext (if any) of the changed TabItem.

Declaration

cs-api-definition
public object DataContext { get; set; }

Property Value

object

TabItem

The RadTabItem that has been changed.

Declaration

cs-api-definition
public RadTabItem TabItem { get; set; }

Property Value

RadTabItem