Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxInfoCollection Class / OnSetComplete Method


In This Topic
    OnSetComplete Method (CharBoxInfoCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnSetComplete( _
       ByVal index As Integer, _
       ByVal oldValue As Object, _
       ByVal newValue As Object _
    ) 
    'Usage
     
    
    Dim instance As CharBoxInfoCollection
    Dim index As Integer
    Dim oldValue As Object
    Dim newValue As Object
     
    instance.OnSetComplete(index, oldValue, newValue)
    protected override void OnSetComplete( 
       int index,
       object oldValue,
       object newValue
    )

    Parameters

    index
    oldValue
    newValue
    See Also