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