Skip to main content
A newer version of this page is available. .

TabControlNewTabbedWindowEventArgs(Window, DXTabControl, Object) Constructor

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public TabControlNewTabbedWindowEventArgs(
    Window sourceWindow,
    DXTabControl sourceTabControl,
    object sourceData
)

Parameters

Name Type
sourceWindow Window
sourceTabControl DXTabControl
sourceData Object
See Also