Handling of event delete action.

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

Syntax

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

See Also