FloatingWindowCollection Class

DevZest WPF Docking

FloatingWindowCollection Class
Represents a collection of FloatingWindow objects.
Inheritance Hierarchy
SystemObject  System.Collections.ObjectModelReadOnlyCollectionFloatingWindow
    DevZest.Windows.DockingFloatingWindowCollection

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public class FloatingWindowCollection : ReadOnlyCollection<FloatingWindow>, 
	INotifyCollectionChanged
Public Class FloatingWindowCollection
	Inherits ReadOnlyCollection(Of FloatingWindow)
	Implements INotifyCollectionChanged
See Also