PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / OwnedCollectionBase Class
Members

In This Topic
    OwnedCollectionBase Class
    In This Topic
    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
    public class OwnedCollectionBase : System.Collections.CollectionBase 
    Inheritance Hierarchy

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

    See Also