System.Collections.CollectionBase.OnInsertComplete C# (CSharp) 메소드

OnInsertComplete() 보호된 메소드

protected OnInsertComplete ( int index, object value ) : void
index int
value object
리턴 void
        protected virtual void OnInsertComplete(int index, object value) { }
        protected virtual void OnRemove(int index, object value) { }