InfoConnect for UniSys VBA Guide
MouseClickEventHandler Delegate
Window message that contains the mouse click event.
The x-coordinate of the mouse click, in pixels, relative to the left side of the session window.
The y-coordinate of the mouse click, in pixels, relative to the top of the session window.
This event occurs when a session window is clicked by the mouse.
Syntax
private Sub Object_SystemEventHandler( _
   ByVal sender As Variant, _
   ByVal e As mscorlib.EventArgs, _
) 

Parameters

sender
The source of the event.
e
An object that contains no event data.
See Also

 

 


2015 Attachmate

Send Feedback