Gets or sets the Javascript code that is executed when a user moves an event.

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

Syntax

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

See Also