다음을 통해 공유


StructuredCompositeActivityDesigner.OnDragDrop(ActivityDragEventArgs) 메서드

정의

디자인 화면의 경계 내에서 끌어서 놓기 작업을 완료하면 StructuredCompositeActivityDesigner에 알립니다.

protected:
 override void OnDragDrop(System::Workflow::ComponentModel::Design::ActivityDragEventArgs ^ e);
protected override void OnDragDrop (System.Workflow.ComponentModel.Design.ActivityDragEventArgs e);
override this.OnDragDrop : System.Workflow.ComponentModel.Design.ActivityDragEventArgs -> unit
Protected Overrides Sub OnDragDrop (e As ActivityDragEventArgs)

매개 변수

e
ActivityDragEventArgs

작업 이벤트 인수를 정의하는 ActivityDragEventArgs입니다.

예외

e에 null 참조(Visual Basic의 경우 Nothing)가 포함된 경우

적용 대상