[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.DisplayFieldCollection-1

DisplayFieldCollection<T> Class

Represents a collection for DisplayField.

Namespace: GrapeCity.Win.Spread.InputMan.CellType.Fields
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public class DisplayFieldCollection<T> : NamedObjectCollection<T>, IList, ICollection, IEnumerable where T : DisplayField
Public Class DisplayFieldCollection(Of T As DisplayField)
    Inherits NamedObjectCollection(Of T)
    Implements IList, ICollection, IEnumerable
Type Parameters
Name Description
T

Methods

Name Description
OnAddRange(object[])

Performs additional custom processes before inserting a new element array into the CollectionBase instance.

OnAddRangeComplete(object[])

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

OnClearComplete()

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

OnInsert(int, object)

Performs additional custom processes before inserting a new element into the CollectionBase instance.

OnInsertComplete(int, object)

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

OnRemoveComplete(int, object)

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

OnSet(int, object, object)

Performs additional custom processes before setting a value in the CollectionBase instance.

OnSetComplete(int, object, object)

Performs additional custom processes after setting a value in the CollectionBase instance.

OnValidateNewItems(object, object[])

Performs additional custom processes to validating adding items.