GestureExtension<T> Class

Definition

generic <typename T>
 where T : ShapeElementpublic ref class GestureExtension abstract : Microsoft::VisualStudio::Modeling::Diagrams::ExtensionEnablement::IGestureExtension
public abstract class GestureExtension<T> : Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement.IGestureExtension where T : ShapeElement
type GestureExtension<'T (requires 'T :> ShapeElement)> = class
    interface IGestureExtension
Public MustInherit Class GestureExtension(Of T)
Implements IGestureExtension

Type Parameters

T
Inheritance
GestureExtension<T>
Implements

Constructors

GestureExtension<T>()

Methods

CanDragDrop(T, DiagramDragEventArgs)
OnDoubleClick(T, DiagramPointEventArgs)
OnDragDrop(T, DiagramDragEventArgs)

Explicit Interface Implementations

IGestureExtension.CanDragDrop(ShapeElement, DiagramDragEventArgs)
IGestureExtension.OnDoubleClick(ShapeElement, DiagramPointEventArgs)
IGestureExtension.OnDragDrop(ShapeElement, DiagramDragEventArgs)

Applies to