Leadtools.Annotations Namespace > IAnnAutomationControl Interface : DoubleClick Event |
event EventHandler DoubleClick
'Declaration Event DoubleClick As EventHandler
'Usage Dim instance As IAnnAutomationControl Dim handler As EventHandler AddHandler instance.DoubleClick, handler
event EventHandler^ DoubleClick
If your control is derived from the standard System.Windows.Forms.Control, then you do not need to implement this event (since the default System.Windows.Forms.Control.DoubleClick will be used).