Handling of user action (selecting an event).

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