GestureExtension<T>.IGestureExtension.OnDragDrop 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.
virtual void Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement.IGestureExtension.OnDragDrop(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ targetDropElement, Microsoft::VisualStudio::Modeling::Diagrams::DiagramDragEventArgs ^ diagramDragEventArgs) = Microsoft::VisualStudio::Modeling::Diagrams::ExtensionEnablement::IGestureExtension::OnDragDrop;
void IGestureExtension.OnDragDrop (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement targetDropElement, Microsoft.VisualStudio.Modeling.Diagrams.DiagramDragEventArgs diagramDragEventArgs);
abstract member Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement.IGestureExtension.OnDragDrop : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.DiagramDragEventArgs -> unit
override this.Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement.IGestureExtension.OnDragDrop : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.DiagramDragEventArgs -> unit
Sub OnDragDrop (targetDropElement As ShapeElement, diagramDragEventArgs As DiagramDragEventArgs) Implements IGestureExtension.OnDragDrop
Parameters
- targetDropElement
- ShapeElement
- diagramDragEventArgs
- DiagramDragEventArgs