WindowlessComponentMouseDown Event |
The MouseDown Event gets fired when the mouse pointer is over the hitarea of the WindowlessComponent and a mouse button is pressed.
Namespace: Easymap.AddIn.CommonAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic event MouseEventHandler MouseDown
Public Event MouseDown As MouseEventHandler
Value
MouseEventHandler
See Also