WorkflowView.OnMouseCaptureChanged(EventArgs) Method

Definition

Occurs when the items selected by dragging the mouse changes.

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

Parameters

e
EventArgs

A EventArgs that provides data about the event.

Remarks

OnMouseCaptureChanged occurs when the user makes a selection with the mouse that differs from any existing selection.

Applies to