Encapsulates the data, associated with the FloatingWindowCreated event.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
C#
public class FloatingWindowEventArgs : EventArgs
Inheritance: objectEventArgsFloatingWindowEventArgs
Inherited Members
Constructors
Properties
Gets or sets the FloatingWindow instance to be used.
C#
public FloatingWindow Window { get; set; }