GestureExtension<T>.OnDoubleClick(T, DiagramPointEventArgs) 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.
protected:
virtual void OnDoubleClick(T targetElement, Microsoft::VisualStudio::Modeling::Diagrams::DiagramPointEventArgs ^ diagramPointEventArgs);
protected virtual void OnDoubleClick (T targetElement, Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs diagramPointEventArgs);
abstract member OnDoubleClick : 'T * Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs -> unit
override this.OnDoubleClick : 'T * Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs -> unit
Protected Overridable Sub OnDoubleClick (targetElement As T, diagramPointEventArgs As DiagramPointEventArgs)
Parameters
- targetElement
- T
- diagramPointEventArgs
- DiagramPointEventArgs