Handling of event delete action.

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