This event is fired when a user clicks a time cell or selects cells by mouse dragging.

Namespace: DayPilot.Web.Ui
Assembly:   DayPilot (in DayPilot)
Version: 3.5.2.0

Syntax

Visual Basic (Declaration)
Public Event TimeRangeSelected As TimeRangeSelectedEventHandler
C#
public event TimeRangeSelectedEventHandler TimeRangeSelected
Visual C++
public:
 event TimeRangeSelectedEventHandler^ TimeRangeSelected {
	void add (TimeRangeSelectedEventHandler^ value);
	void remove (TimeRangeSelectedEventHandler^ value);
}

Remarks

This event is only fired if TimeRangeSelectedHandling property is set to UserActionHandling.PostBack. Otherwise it is handled on the client-side by JavaScript method specified by TimeRangeSelectedJavaScript property.