Spread Windows Forms 12.0 Product Documentation
OnSetComplete Method (CharBoxInfoCollection)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > CharBoxInfoCollection Class : OnSetComplete Method
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

Reference

CharBoxInfoCollection Class
CharBoxInfoCollection Members