New to Telerik UI for WinFormsStart a free 30-day trial

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 EventArgs.Empty

Constructors

C#
public FloatingWindowEventArgs(FloatingWindow instance)
Parameters:instanceFloatingWindow

Properties

Gets or sets the FloatingWindow instance to be used.

C#
public FloatingWindow Window { get; set; }