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
Constructors
Initializes a new instance of the HostWindowCreatedEventArgs class.
C#
public HostWindowCreatedEventArgs()
Properties
HostWindow
Window
Gets or sets the "Host" Window instance of the RadWindow.
C#
public Window HostWindow { get; set; }