GestureExtension<T> Class
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.
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) |