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 an instance of the 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

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

public Dock Side { get; set; }

Property Value

Dock

Inherited Members

Extension Methods