[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.OnValidate

OnValidate Method

OnValidate(object)

Performs additional custom processes when validating a value.

Declaration
protected override void OnValidate(object value)
Protected Overrides Sub OnValidate(value As Object)
Parameters
Type Name Description
object value

The object to validate.

Overrides
Exceptions
Type Condition
ArgumentNullException

value is null.

InvalidOperationException

The collection is locked.