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

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.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