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
- DockingWindowsEventArgs.Windows
- CancelRoutedEventArgs.Cancel
- RoutedEventArgs.Handled
- RoutedEventArgs.RoutedEvent
- RoutedEventArgs.Route
- RoutedEventArgs.Source
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()