Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateTimeFieldCollection Class / OnClearComplete Method


In This Topic
    OnClearComplete Method (DateTimeFieldCollection)
    In This Topic
    Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnClearComplete() 
    'Usage
     
    
    Dim instance As DateTimeFieldCollection
     
    instance.OnClearComplete()
    protected virtual void OnClearComplete()
    See Also