DesignerVerbCollection.OnInsert(Int32, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
引发 Insert
事件。
protected:
override void OnInsert(int index, System::Object ^ value);
protected override void OnInsert (int index, object value);
override this.OnInsert : int * obj -> unit
Protected Overrides Sub OnInsert (index As Integer, value As Object)
参数
- index
- Int32
插入项处的索引。
- value
- Object
要插入的对象。
注解
继承器可以重写此方法,以添加 Insert
事件的行为。