Class
DockWindowEventArgs

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: ContextMenuItemClickEventArgsDockWindowSnapshotEventArgsSelectedTabChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

DockWindowEventArgs(DockWindow)

Constructs a new instance of the DockWindowEventArgs class.

Declaration

cs-api-definition
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

cs-api-definition
public DockWindow DockWindow { get; }

Property Value

DockWindow