ShapeElement::HasCachedDragOverResult Method (DiagramDragEventArgs^)

 

Verifies whether the results are cached for the drag-over mouse event.

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

protected:
bool HasCachedDragOverResult(
	DiagramDragEventArgs^ e
)

Parameters

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

The arguments for the drag-over mouse event.

Return Value

Type: System::Boolean

true if the results are cached for the drag-over mouse event; otherwise, false.

Return to top
Show: