다음을 통해 공유


StructuredCompositeActivityDesigner.OnDragOver(ActivityDragEventArgs) 메서드

정의

끌어서 놓기 작업이 진행 중이고 마우스 커서가 디자이너 경계 내에 있을 때 StructuredCompositeActivityDesigner에 이를 알립니다.

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

매개 변수

e
ActivityDragEventArgs

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

예외

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

적용 대상