Gets or sets the Javascript function that is executed after a users edits an event. This code is executed when EventEditHandling is set to JavaScript.

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

Syntax

C#
public string EventEditJavaScript { get; set; }
Visual Basic (Declaration)
Public Property EventEditJavaScript As String
Visual C++
public:
property String^ EventEditJavaScript {
	String^ get ();
	void set (String^ value);
}

See Also