alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved