←Select platform

AutomationDoubleClick Event

Summary

Event that must trigger when the pointer (mouse or touch) is double-clicked or double-tapped on the control. Leadtools.Annotations.Core.AnnPointerEventArgs

Syntax

C#
VB
C++
public virtual event EventHandler<AnnPointerEventArgs> AutomationDoubleClick
Public Overridable Event AutomationDoubleClick As EventHandler(Of AnnPointerEventArgs)
public: 
virtual event EventHandler<AnnPointerEventArgs^>^ AutomationDoubleClick 

Event Data

The event handler receives an argument of type AnnPointerEventArgs containing data related to this event. The following AnnPointerEventArgs properties provide information specific to this event.

PropertyDescription
Button Gets the mouse button that was pressed.
IsHandled Gets or sets whether the event has been handled by the automation.
Location Gets or sets the location of the mouse.
Remarks

OnAutomationDoubleClick implementation must trigger the AutomationDoubleClick event.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.MedicalViewer Assembly
Click or drag to resize