'宣言 Protected Overrides Sub OnSetComplete( _ ByVal index As System.Integer, _ ByVal oldValue As System.Object, _ ByVal newValue As System.Object _ )
'使用法 Dim instance As EventCollection Dim index As System.Integer Dim oldValue As System.Object Dim newValue As System.Object instance.OnSetComplete(index, oldValue, newValue)
パラメータ
- index
 - 項目のインデックス。
 - oldValue
 - 古い項目。
 - newValue
 - 新しい項目。