Class HostWindowCreatedEventArgs
HostWindowCreatedEventArgs exposes HostWindow property for handling the host created event of a window.
Inheritance
System.Object
System.EventArgs
HostWindowCreatedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
|