CreateAction::OnDragCompleted Method (MouseActionEventArgs^)

 

Called when this MouseAction's drag operation has completed. When in Sticky mode doesn’t end the action

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
virtual void OnDragCompleted(
	MouseActionEventArgs^ e
) override

Parameters

e
Type: Microsoft.VisualStudio.Modeling.Diagrams::MouseActionEventArgs^

A MouseActionEventArgs that contains event data

Return to top
Show: