System.Collections.CollectionBase.OnRemove C# (CSharp) Method

OnRemove() protected method

protected OnRemove ( int index, object value ) : void
index int
value object
return void
        protected virtual void OnRemove(int index, object value) { }
        protected virtual void OnRemoveComplete(int index, object value) { }