Class NewTabRequestedEventArgs
Provides event data for the NewTabRequested event.
Inheritance
System.Object
System.EventArgs
NewTabRequestedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |