다음을 통해 공유


Behavior.OnDragDrop(Glyph, DragEventArgs) 메서드

정의

끌어서 놓기 동작을 사용자 지정할 수 있습니다.

public:
 virtual void OnDragDrop(System::Windows::Forms::Design::Behavior::Glyph ^ g, System::Windows::Forms::DragEventArgs ^ e);
public virtual void OnDragDrop (System.Windows.Forms.Design.Behavior.Glyph g, System.Windows.Forms.DragEventArgs e);
public virtual void OnDragDrop (System.Windows.Forms.Design.Behavior.Glyph? g, System.Windows.Forms.DragEventArgs e);
abstract member OnDragDrop : System.Windows.Forms.Design.Behavior.Glyph * System.Windows.Forms.DragEventArgs -> unit
override this.OnDragDrop : System.Windows.Forms.Design.Behavior.Glyph * System.Windows.Forms.DragEventArgs -> unit
Public Overridable Sub OnDragDrop (g As Glyph, e As DragEventArgs)

매개 변수

g
Glyph

끌어서 놓기 동작을 호출할 Glyph 개체입니다.

e
DragEventArgs

이벤트 데이터를 포함하는 DragEventArgs입니다.

상속자 참고

에서 자체 끌어서 놓기 규칙을 지정할 수 있도록 Behavior 메서드를 재정 OnDragDrop(Glyph, DragEventArgs) 의할 수 있습니다.

적용 대상

추가 정보