In This Article

DockingWindowsAutoHidingEventArgs Class

Provides event arguments for DockingWindow auto-hiding events.

public class DockingWindowsAutoHidingEventArgs : DockingWindowsEventArgs
Inheritance:
System.Object System.EventArgs System.Windows.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 System.Collections.Generic.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

  • DockingWindowsEventArgs.Windows
  • CancelRoutedEventArgs.Cancel
  • System.EventArgs.Empty
  • System.Object.ToString()
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object, System.Object)
  • System.Object.ReferenceEquals(System.Object, System.Object)
  • System.Object.GetHashCode()
  • System.Object.GetType()
  • System.Object.MemberwiseClone()