Port.OnDragDrop(DiagramDragEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
On Drag Drop forward call to the parent shape.
public:
override void OnDragDrop(Microsoft::VisualStudio::Modeling::Diagrams::DiagramDragEventArgs ^ e);
public override void OnDragDrop (Microsoft.VisualStudio.Modeling.Diagrams.DiagramDragEventArgs e);
override this.OnDragDrop : Microsoft.VisualStudio.Modeling.Diagrams.DiagramDragEventArgs -> unit
Public Overrides Sub OnDragDrop (e As DiagramDragEventArgs)