C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / OwnedCollectionBase Class
Members

OwnedCollectionBase Class
Represents a collection with an owner object. Notifies the owner of interesting events on the collection if the owner supports the ICollectionOwner interface.
Object Model
OwnedCollectionBase Class
Syntax
'Declaration
 
Public Class OwnedCollectionBase 
   Inherits System.Collections.CollectionBase
 
Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      C1.C1Preview.OwnedCollectionBase
         C1.C1Preview.OwnedCollection
         C1.C1Preview.RenderFragmentCollection
         C1.C1Preview.StyleCollection

See Also