WorkflowViewElement::OnPreviewMouseUp Method (MouseButtonEventArgs^)

.NET Framework (current version)
 

Invoked when an unhandled mouse release attached to the specified event reaches an element in its route that is derived from this class.

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

protected:
virtual void OnPreviewMouseUp(
	MouseButtonEventArgs^ e
) override

Parameters

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

The MouseButtonEventArgs that contains the event data. The event data reports that one or more mouse buttons were released.

.NET Framework
Available since 4.0
Return to top
Show: