ActivityPreviewDesigner.OnDragEnter(ActivityDragEventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在進行拖放作業且使用者的滑鼠游標進入設計工具的界限內時,通知 ActivityPreviewDesigner。
protected:
override void OnDragEnter(System::Workflow::ComponentModel::Design::ActivityDragEventArgs ^ e);
protected override void OnDragEnter (System.Workflow.ComponentModel.Design.ActivityDragEventArgs e);
override this.OnDragEnter : System.Workflow.ComponentModel.Design.ActivityDragEventArgs -> unit
Protected Overrides Sub OnDragEnter (e As ActivityDragEventArgs)
參數
包含事件資料的 ActivityDragEventArgs。
例外狀況
e
包含 null 參考 (在 Visual Basic 中為 Nothing
)。