DockWindowEventArgs
Class
Represents the arguments associated with all DockWindow events.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
C#
public class DockWindowEventArgs : EventArgs
Inheritance: objectEventArgsDockWindowEventArgs
Derived Classes:
Inherited Members
Constructors
Constructs a new instance of the DockWindowEventArgs class.
C#
public DockWindowEventArgs(DockWindow dockWindow)
The DockWindow instance associated with the event.
Properties
Gets the DockWindow instance associated with the event.
C#
public DockWindow DockWindow { get; }