New to Telerik UI for WPFStart a free 30-day trial

HostWindowCreatedEventArgs exposes HostWindow property for handling the host created event of a window.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class HostWindowCreatedEventArgs : EventArgs

Inheritance: objectEventArgsHostWindowCreatedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the HostWindowCreatedEventArgs class.

C#
public HostWindowCreatedEventArgs()

Properties

Gets or sets the "Host" Window instance of the RadWindow.

C#
public Window HostWindow { get; set; }