In This Article

DockingWindowsAutoHidingEventArgs Class

Provides event arguments for DockingWindow auto-hiding events.

public class DockingWindowsAutoHidingEventArgs : DockingWindowsEventArgs
Inheritance:
object EventArgs RoutedEventArgs CancelRoutedEventArgs DockingWindowsEventArgs object

Constructors

DockingWindowsAutoHidingEventArgs(IEnumerable<DockingWindow>)

Initializes a new instance of the DockingWindowsAutoHidingEventArgs class.

public DockingWindowsAutoHidingEventArgs(IEnumerable<DockingWindow> windows)
Parameter Type Description
windows IEnumerable<DockingWindow>

The collection of DockingWindow controls that are the focus of this event.

Properties

Side

Gets or sets the Side upon which the docking windows will be auto-hidden.

public Side Side { get; set; }

Property Value

Side:

The Side upon which the docking windows will be auto-hidden.

Inherited Members