[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.NotifyCollection

NotifyCollection Class

Extends the CollectionBase class which notifies when items are being added or removed from the collection.

Inheritance
NotifyCollection
Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public abstract class NotifyCollection : CollectionBase, IList, ICollection, IEnumerable
Public MustInherit Class NotifyCollection
    Inherits CollectionBase
    Implements IList, ICollection, IEnumerable

Constructors

Name Description
NotifyCollection()

Methods

Name Description
OnClearComplete()

Performs additional custom processes after clearing the contents of the NotifyCollection instance.

OnCollectionChanged(CollectionChangeEventArgs)

Raises the CollectionChanged event.

OnInsertComplete(int, object)

Performs additional custom processes after inserting a new element into the NotifyCollection instance.

OnRemoveComplete(int, object)

Performs additional custom processes after removing an element from the CollectionBase instance.

Events

Name Description
CollectionChanged

Occurs when the collection has changed.