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) { }