Spread WinForms 15
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)

Parameters

index
oldValue
newValue
See Also