Handling of event delete action.

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

Syntax

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

See Also