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()

Initializes an instance of the class.

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