MouseClickEventHandler Event
In This Topic
This event occurs when a session window is clicked by the mouse.
Syntax
Public Delegate Sub MouseClickEventHandler( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
Parameters
- windowMessage
- Window message that contains the mouse click event.
- X
- The x-coordinate of the mouse click, in pixels, relative to the left side of the session window.
- Y
- The y-coordinate of the mouse click, in pixels, relative to the top of the session window.
See Also