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