Determines the action to be executed after the user creates a task link.

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

Syntax

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

See Also