WorkflowViewElement::OnMouseMove Method (MouseEventArgs^)

.NET Framework (current version)
 

Invoked when the mouse is moved.

Namespace:   System.Activities.Presentation
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

protected:
virtual void OnMouseMove(
	MouseEventArgs^ e
) override

Parameters

e
Type: System.Windows.Input::MouseEventArgs^

The MouseEventArgs instance that contains the event data.

.NET Framework
Available since 4.0
Return to top
Show: