ActivityPreviewDesigner.OnDragEnter(ActivityDragEventArgs) 方法

定义

正在执行拖放操作并且用户的鼠标光标进入设计器的边界时,向 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)

参数

e
ActivityDragEventArgs

包含事件数据的 ActivityDragEventArgs

例外

e 包含空引用(在 Visual Basic 中为 Nothing)。

适用于