In This Article

DockingWindowEventArgs Class

Provides event arguments for DockingWindow-related events.

public class DockingWindowEventArgs : CancelRoutedEventArgs
Inheritance:
Object EventArgs RoutedEventArgs CancelRoutedEventArgs Object
Derived:
DockingMenuEventArgs DockingWindowDefaultLocationEventArgs

Constructors

DockingWindowEventArgs()

public DockingWindowEventArgs()

Properties

Window

Gets or sets the DockingWindow that is the focus of this event.

public DockingWindow Window { get; set; }

Property Value

DockingWindow:

The DockingWindow that is the focus of this event.

Inherited Members