DesignerVerbCollection.OnInsert(Int32, Object) 메서드

정의

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 추가할 수 있습니다.

적용 대상