'Declaration
Protected Overrides Sub OnInsertComplete( _
ByVal As Integer, _
ByVal As Object _
)
'使用法
Dim instance As CharBoxInfoCollection
Dim index As Integer
Dim value As Object
instance.OnInsertComplete(index, value)
protected override void OnInsertComplete(
int ,
object
)