New to Telerik UI for WinFormsStart a free 30-day trial

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

Inherited Members EventArgs.Empty

Constructors

Constructs a new instance of the DockWindowEventArgs class.

C#
public DockWindowEventArgs(DockWindow dockWindow)
Parameters:dockWindowDockWindow

The DockWindow instance associated with the event.

Properties

Gets the DockWindow instance associated with the event.

C#
public DockWindow DockWindow { get; }