VirtualEventsNeededEventArgs
Wisej.Web.Ext.FullCalendar.VirtualEventsNeededEventArgs
Last updated
Wisej.Web.Ext.FullCalendar.VirtualEventsNeededEventArgs
Last updated
Namespace: Wisej.Web.Ext.FullCalendar
Assembly: Wisej.Web.Ext.FullCalendar (3.2.0.0)
Provides data for the VirtualEventsNeededEventArgs event.
Initializes a new instance of the VirtualEventsNeededEventArgs class with the specified starting and ending indices.
startDate
endDate
DateTime: Returns the ending date/time for the range of events needed by a FullCalendar control in virtual mode.
IEnumerable<Event>: Represents the set of Event objects retrieved.
DateTime: Returns the starting date/time for a range of events needed by a FullCalendar control in virtual mode.
The starting date/time of a range of events needed by the for the next event that occurs.
The ending date/time of a range of events needed by the for the next event that occurs.