Creates a new event reference to be added to SelectedEvents list.

Namespace: DayPilot.Web.Ui.Events.Common
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public static EventInfo Create(
	string id
)
Visual Basic
Public Shared Function Create ( _
	id As String _
) As EventInfo
Visual C++
public:
static EventInfo^ Create(
	String^ id
)

Parameters

id
Type: System..::..String

Return Value

See Also