Initializes a new instance of the BeforeCellRenderArgs class

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

Syntax

C#
public BeforeCellRenderArgs(
	DateTime start,
	DateTime end,
	string taskId
)
Visual Basic
Public Sub New ( _
	start As DateTime, _
	end As DateTime, _
	taskId As String _
)
Visual C++
public:
BeforeCellRenderArgs(
	DateTime start, 
	DateTime end, 
	String^ taskId
)

Parameters

start
Type: System..::..DateTime
end
Type: System..::..DateTime
taskId
Type: System..::..String

See Also