This topic has not yet been rated - Rate this topic

Compartment.OnDragDrop Method

Forwards the event to the compartment shape when the compartment is dragged from one location and dropped in another location.

Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in microsoft.visualstudio.modeling.diagrams.dll)

public override void OnDragDrop (
	DiagramDragEventArgs e
)
public void OnDragDrop (
	DiagramDragEventArgs e
)
public override function OnDragDrop (
	e : DiagramDragEventArgs
)

Parameters

e

The event arguments.

To use this method, the ForwardEventsToParent property must be true.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.