ClassDockWindowEventArgs
Class
Represents the arguments associated with all DockWindow events.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
cs-api-definition
public class DockWindowEventArgs : EventArgs
Inheritance: objectEventArgsDockWindowEventArgs
Derived Classes:
Inherited Members
Constructors
DockWindowEventArgs(DockWindow)
Constructs a new instance of the DockWindowEventArgs class.
Declaration
cs-api-definition
public DockWindowEventArgs(DockWindow dockWindow)
Parameters
dockWindow
The DockWindow instance associated with the event.
Properties
DockWindow
Gets the DockWindow instance associated with the event.