Specifies action that should be performed after a user changes the visible time range.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)

Syntax

C#
public UserActionHandling VisibleRangeChangedHandling { get; set; }
Visual Basic
Public Property VisibleRangeChangedHandling As UserActionHandling
	Get
	Set
Visual C++
public:
property UserActionHandling VisibleRangeChangedHandling {
	UserActionHandling get ();
	void set (UserActionHandling value);
}

See Also