C#
VB
Java
WinRT C#
C++
Must be called when the pointer (mouse or touch) is double clicked or tapped on the control.
public void OnAutomationDoubleClick(
AnnPointerEventArgs e
)
Sub OnAutomationDoubleClick( _
ByVal e As Leadtools.Annotations.Core.AnnPointerEventArgs _
)
void OnAutomationDoubleClick(
Leadtools.Annotations.Core.AnnPointerEventArgs e
)
void onAutomationDoubleTap(AnnPointerEvent e)
function Leadtools.Annotations.Core.IAnnAutomationControl.OnAutomationDoubleClick(
e
)
public:
void OnAutomationDoubleClick(
AnnPointerEventArgs^ e
)
e
AnnPointerEventArgs that contains the location information on the pointer event.
OnAutomationDoubleClick implementation must trigger the AutomationDoubleClick event.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET