DesignerActionListCollection.OnRemove(Int32, Object) 方法
定义
当从 DesignerActionListCollection 实例移除元素时执行其他自定义进程。Performs additional custom processes when removing an element from the DesignerActionListCollection instance.
protected:
override void OnRemove(int index, System::Object ^ value);
protected override void OnRemove (int index, object value);
override this.OnRemove : int * obj -> unit
Protected Overrides Sub OnRemove (index As Integer, value As Object)
参数
- index
- Int32
从零开始的索引,可在该位置找到 value。The zero-based index at which value can be found.
- value
- Object
要从 index 移除的元素的值。The value of the element to remove from index.