Class NewWindowCreatingEventArgs
Event args raised while creating a new tear-off Window for tabs.
Handlers may cancel the creation by setting
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 |