Namespace: DayPilot.Web.Mvc.Events.Calendar
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public EventData New { get; private set; }
Visual Basic
Public Property New As EventData
	Get
	Private Set
Visual C++
public:
property EventData^ New {
	EventData^ get ();
	private: void set (EventData^ value);
}

See Also