[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDisplayFieldCollection.OnValidateNewItems

OnValidateNewItems Method

OnValidateNewItems(object, object[])

Performs additional custom processes to validating adding items.

Declaration
protected override void OnValidateNewItems(object oldItem, object[] newItems)
Protected Overrides Sub OnValidateNewItems(oldItem As Object, newItems As Object())
Parameters
Type Name Description
object oldItem

An object indicates the old item when set item.

object[] newItems

An object array indicates the new items.

Overrides