Handling of user action (selecting an event).

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

Syntax

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

See Also