ActivityPreviewDesigner.OnDragOver(ActivityDragEventArgs) Method

Definition

Notifies the ActivityPreviewDesigner when a drag-drop operation is in progress and the user's mouse cursor is inside the bounds of the designer.

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)

Parameters

e
ActivityDragEventArgs

The ActivityDragEventArgs that contains the event data.

Exceptions

e contains a null reference (Nothing in Visual Basic).

Applies to