DockingWindowsEventArgs Class
Provides event arguments for DockingWindow-related events that deal with potentially multiple windows.
public class DockingWindowsEventArgs : CancelRoutedEventArgs
Constructors
DockingWindowsEventArgs(DockHost)
Initializes an instance of the class.
public DockingWindowsEventArgs(DockHost dockHost)
Parameter | Type | Description |
---|---|---|
dockHost | DockHost | The DockHost containing the DockingWindow controls that are the focus of this event. |
DockingWindowsEventArgs(IEnumerable<DockingWindow>)
Initializes an instance of the class.
public DockingWindowsEventArgs(IEnumerable<DockingWindow> windows)
Parameter | Type | Description |
---|---|---|
windows | IEnumerable<DockingWindow> | The collection of DockingWindow controls that are the focus of this event. |
Properties
Windows
The collection of DockingWindow controls that are the focus of this event.
Inherited Members
- 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()