The DoubleClick Event is available in LEADTOOLS Document and Medical Imaging toolkits.
An event of that triggers when the mouse is double clicked on the surface of the control.Visual Basic (Declaration) | |
---|---|
Event DoubleClick As EventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IAnnAutomationControl Dim handler As EventHandler AddHandler instance.DoubleClick, handler |
C# | |
---|---|
event EventHandler DoubleClick |
C++/CLI | |
---|---|
event EventHandler^ DoubleClick |