共用方式為


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)。

適用於