ClassHostWindowCreatedEventArgs
Class
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:
cs-api-definition
public class HostWindowCreatedEventArgs : EventArgs
Inheritance: objectEventArgsHostWindowCreatedEventArgs
Inherited Members
Constructors
HostWindowCreatedEventArgs()
Initializes a new instance of the HostWindowCreatedEventArgs class.
Declaration
cs-api-definition
public HostWindowCreatedEventArgs()
Properties
HostWindow
Gets or sets the "Host" Window instance of the RadWindow.
Declaration
cs-api-definition
public Window HostWindow { get; set; }
Property Value
Window