Class TabSelectionChangedEventArgs
Represents the class contains arguments for tab selection changed event.
Inheritance
System.Object
TabSelectionChangedEventArgs
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class TabSelectionChangedEventArgs : EventArgs
Constructors
TabSelectionChangedEventArgs()
Declaration
public TabSelectionChangedEventArgs()
Properties
NewItem
Declaration
public object NewItem { get; set; }
Property Value
Type |
---|
System.Object |
OldItem
Declaration
public object OldItem { get; set; }
Property Value
Type |
---|
System.Object |