WorkflowView::OnMouseCaptureChanged Method (EventArgs^)

 

Occurs when the items selected by dragging the mouse changes.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

protected:
virtual void OnMouseCaptureChanged(
	EventArgs^ e
) override

Parameters

e
Type: System::EventArgs^

A EventArgs that provides data about the event.

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

.NET Framework
Available since 3.0
Return to top
Show: