[]
        
(Showing Draft Content)

C1.C1Preview.OwnedFastList

OwnedFastList Class

Describes a FastList with an owner. Base class for OwnedFastListBase. Additional to OwnedFastListBase updates Owner property of items if they supports C1.C1Preview.IOwnedCollectionItem interface.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class OwnedFastList : OwnedFastListBase, IList, ICollection, IEnumerable

Constructors

Name Description
OwnedFastList()

Initializes a new instance of the OwnedFastList class.

OwnedFastList(ICollectionOwner)

Initializes a new instance of the OwnedFastList class.

Properties

Name Description
Owner

Gets the owner of collection.

Methods

Name Description
GetItemType()

Gets the type of items in the collection. If this method returns null, items of different types can be added to the collection. Otherwise, only items of the type this method returns can be added.

OnClear()

Called when the list is about to be cleared.

OnInsert(int, object)

Called when an item is about to be iserted.

OnInsertComplete(int, object)

Called after an item has been inserted.

OnRemoveComplete(int, object)

Called after an item has been removed.