| Infragistics.WebUI.UltraWebGauge Namespace > ClientSideEvents Class : MouseUp Property |
Event fired when the control recieves the mouseup event of a browser.
[Visual Basic]
Public Property MouseUp As String[C#]
public string MouseUp {get; set;}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