Version

DblClick Property (WebCalendarViewClientEvents)

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

Event handler on the client JavaScript may contain 3 parameters.

1st parameter contains reference to the WebCalendarView object

2nd parameter contains reference to the ig_EventObject object

3rd parameter contains reference to the element which gets that event

This event can be canceled by "oEvent.cancel = true;".

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