Initializes a new instance of the BeforeCellRenderArgs class
Namespace: DayPilot.Web.Mvc.Events.SchedulerAssembly: 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 resourceId ) |
| Visual Basic |
|---|
Public Sub New ( _ start As DateTime, _ end As DateTime, _ resourceId As String _ ) |
| Visual C++ |
|---|
public: BeforeCellRenderArgs( DateTime start, DateTime end, String^ resourceId ) |
Parameters
- start
- Type: System..::..DateTime
- end
- Type: System..::..DateTime
- resourceId
- Type: System..::..String