Raised when an annotation element is double clicked in Interactive Mode.
Visual Basic |
---|
Public Event DoubleClick( _ ByVal layerHandle As Long, _ ByVal seqNum As Long _ ) |
- layerHandle
The layer handle of the double clicked element.
- seqNum
The sequence number of the double clicked element.
The DoubleClick event will also be sent when the NXPEditors property is false, and you are in Edit mode.