Class NewTabRequestedEventArgs
Provides event data for the NewTabRequested event.
Inheritance
System.Object
NewTabRequestedEventArgs
Namespace: Syncfusion.Windows.Controls
Assembly: Syncfusion.SfChromelessWindow.Wpf.dll
Syntax
public sealed class NewTabRequestedEventArgs : EventArgs
Constructors
NewTabRequestedEventArgs()
Declaration
public NewTabRequestedEventArgs()
Properties
Item
Gets or sets the item being added as a new tab.
Declaration
public object Item { get; set; }
Property Value
| Type |
|---|
| System.Object |