DesignerVerbCollection.OnInsert(Int32, Object) Метод
Определение
Вызывает событие Insert
.Raises the Insert
event.
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
Индекс вставки элемента.The index at which to insert an item.
- value
- Object
Вставляемый объект.The object to insert.
Комментарии
Наследники могут переопределять этот метод, чтобы добавить поведение для Insert
события.Inheritors can override this method to add behavior for the Insert
event.