Class HostWindowCreatedEventArgs
HostWindowCreatedEventArgs exposes HostWindow property for handling the host created event of a window.
Inheritance
System.Object
HostWindowCreatedEventArgs
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class HostWindowCreatedEventArgs : EventArgs
Constructors
HostWindowCreatedEventArgs()
Initializes a new instance of the HostWindowCreatedEventArgs class.
Declaration
public HostWindowCreatedEventArgs()
Properties
HostWindow
Gets or sets the "Host" System.Windows.Window instance of the RadWindow.
Declaration
public Window HostWindow { get; set; }
Property Value
System.Windows.Window
|