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

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

Syntax

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

See Also