Called after an item has been set.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Protected Overrides Sub OnSetComplete( _
   ByVal  As System.Integer, _
   ByVal  As System.Object, _
   ByVal  As System.Object _
) 
             
        
            
            '使用法
 
Dim instance As RenderObjectCollection
Dim index As System.Integer
Dim oldValue As System.Object
Dim newValue As System.Object
 
instance.OnSetComplete(index, oldValue, newValue)
             
        
            
            protected override void OnSetComplete( 
   System.int ,
   System.object ,
   System.object 
)
             
        
             
        
            パラメータ
- index
 
- The item index.
 - oldValue
 
- The old item.
 - newValue
 
- The new item.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照