Class DockWindowEventArgs
Represents the arguments associated with all Dock
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 Dock
Declaration
public DockWindowEventArgs(DockWindow dockWindow)
Parameters
Dock The Dock |
Properties
DockWindow
Gets the Dock
Declaration
public DockWindow DockWindow { get; }