Determines the action to be executed after the user deletes a task.

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

Syntax

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

See Also