ActivityPreviewDesigner.OnDragOver(ActivityDragEventArgs) 方法

定義

當拖放操作進行中且使用者滑鼠游標在設計器範圍內時,會通知 。ActivityPreviewDesigner

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 包含一個空參考(Nothing 在 Visual Basic 中)。

適用於