Class DockWindowEventArgs
Represents the arguments associated with all DockWindow events.
Inheritance
System.Object
System.EventArgs
DockWindowEventArgs
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 DockWindowEventArgs : EventArgs
Constructors
DockWindowEventArgs(DockWindow)
Constructs a new instance of the DockWindowEventArgs class.
Declaration
public DockWindowEventArgs(DockWindow dockWindow)
Parameters
DockWindow
dockWindow
The DockWindow instance associated with the event. |
Properties
DockWindow
Gets the DockWindow instance associated with the event.
Declaration
public DockWindow DockWindow { get; }
Property Value
DockWindow
|