Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SideButtonCollection Class / OnClearComplete Method


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