Class FloatingWindowEventArgs
Encapsulates the data, associated with the FloatingWindowCreated event.
Inheritance
System.Object
System.EventArgs
FloatingWindowEventArgs
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.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class FloatingWindowEventArgs : EventArgs
Constructors
FloatingWindowEventArgs(FloatingWindow)
Declaration
public FloatingWindowEventArgs(FloatingWindow instance)
Parameters
FloatingWindow
instance
|
Properties
Window
Gets or sets the FloatingWindow instance to be used.
Declaration
public FloatingWindow Window { get; set; }
Property Value
FloatingWindow
|