Version

MouseMove Property (ClientSideEvents)

Event fired when the control recieves the mousemove event of a browser.
Syntax
'Declaration
 
Public Property MouseMove As String
public string MouseMove {get; set;}
Remarks

Event handler on the client JavaScript may contain 4 parameters.

1st parameter contains reference to the UltraGauge object

2nd parameter contains reference to the ig_EventObject object

3rd parameter is left position of mouse in pixels relative to control

4th parameter is top position of mouse in pixels relative to control

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also