WorkflowView.OnDragLeave(EventArgs) Method

Definition

Occurs when the cursor leaves the WorkflowView during a drag operation.

protected:
 override void OnDragLeave(EventArgs ^ e);
protected override void OnDragLeave (EventArgs e);
override this.OnDragLeave : EventArgs -> unit
Protected Overrides Sub OnDragLeave (e As EventArgs)

Parameters

e
EventArgs

A EventArgs that provides data for the event.

Remarks

OnDragLeave occurs when the user drags the mouse cursor out of the WorkflowView during a drag operation.

Applies to