alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class NewWindowCreatingEventArgs

    Event args raised while creating a new tear-off Window for tabs. Handlers may cancel the creation by setting to true.

    Inheritance
    System.Object
    NewWindowCreatingEventArgs
    Namespace: Syncfusion.Windows.Controls
    Assembly: Syncfusion.SfChromelessWindow.Wpf.dll
    Syntax
    public sealed class NewWindowCreatingEventArgs : CancelEventArgs

    Constructors

    NewWindowCreatingEventArgs(Window, Object)

    Initializes the new instance of the NewWindowCreatingEventArgs class

    Declaration
    public NewWindowCreatingEventArgs(Window newWindow, object initiatingItem)
    Parameters
    Type Name Description
    System.Windows.Window newWindow
    System.Object initiatingItem

    Properties

    NewWindow

    New window which is being created

    Declaration
    public Window NewWindow { get; set; }
    Property Value
    Type
    System.Windows.Window

    SourceTabItem

    The item which initiated the tearOff process

    Declaration
    public object SourceTabItem { get; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved