Gets or sets the Javascript code that is executed when the users clicks on an event.

Namespace: DayPilot.Web.Ui
Assembly:   DayPilot (in DayPilot)
Version: 3.5.2.0

Syntax

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