Class TabChangedEventArgs
Event args wrapping the Rad
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 Tab
Declaration
public TabChangedEventArgs(RadTabItem tabItem, object dataContext, RoutedEvent routedEvent, object source)
Parameters
Rad The RadTabItem that is changed. |
System. The DataContext of the tab item. |
System. The type of the event. |
System. The source of the event. |
Properties
DataContext
The DataContext (if any) of the changed Tab
Declaration
public object DataContext { get; set; }
Property Value
System.
|
TabItem
The Rad
Declaration
public RadTabItem TabItem { get; set; }