DesignerVerbCollection.OnRemove(Int32, Object) 方法

定义

引发 Remove 事件。Raises the Remove event.

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

移除项处的索引。The index at which to remove the item.

value
Object

要移除的对象。The object to remove.

注解

继承者可以重写此方法以添加事件的行为 RemoveInheritors can override this method to add behavior for the Remove event.

适用于