Handling of user action (selecting an event).

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

Syntax

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

See Also