WindowCreatedEventArgs.Window Property

Definition

Gets the window that was created.

public:
 property Window ^ Window { Window ^ get(); };
Window Window();
public Window Window { get; }
var window = windowCreatedEventArgs.window;
Public ReadOnly Property Window As Window

Property Value

The window that was created

Applies to