VirtualEventsNeededEventArgs
Wisej.Web.Ext.FullCalendar.VirtualEventsNeededEventArgs
Namespace: Wisej.Web.Ext.FullCalendar
Assembly: Wisej.Web.Ext.FullCalendar (3.2.0.0)
Provides data for the VirtualEventsNeededEventArgs event.
Constructors
Initializes a new instance of the VirtualEventsNeededEventArgs class with the specified starting and ending indices.
Properties
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.
Last updated