WorkflowViewElement::OnPreviewDragLeave Method (DragEventArgs^)

.NET Framework (current version)
 

Invoked when an unhandled drag attached to the specified event leaves 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 OnPreviewDragLeave(
	DragEventArgs^ e
) override

Parameters

e
Type: System.Windows::DragEventArgs^

The DragEventArgs that contains the event data.

.NET Framework
Available since 4.0
Return to top
Show: