GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / FieldCollection<T> Class / OnClear Method


In This Topic
OnClear Method (FieldCollection<T>)
In This Topic
Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance.
Syntax
'Declaration
 
Protected Overridable Sub OnClear() 
 
'Usage
 
Dim instance As FieldCollection(Of T)
 
instance.OnClear()
See Also