DocumentWindowCollection Class

Represents an observable collection of DocumentWindow objects.

public class DocumentWindowCollection : DeferrableObservableCollection<DocumentWindow>
Inheritance:
object Collection<DocumentWindow> ObservableCollection<DocumentWindow> DeferrableObservableCollection<DocumentWindow> object

Constructors

DocumentWindowCollection()

Initializes an instance of the class.

public DocumentWindowCollection()

Inherited Members

Extension Methods