Skip to main content

VirtualEventsNeededEventArgs

Namespace: Wisej.Web.Ext.FullCalendar

Assembly: Wisej.Web.Ext.FullCalendar

Provides data for the VirtualEventsNeededEventArgs event.

public class VirtualEventsNeededEventArgs : EventArgs

Constructors

Instance memberVirtualEventsNeededEventArgs(startDate, endDate)

Initializes a new instance of the VirtualEventsNeededEventArgs class with the specified starting and ending indices.

NameTypeDescription
startDateDateTimeThe starting date/time of a range of events needed by the FullCalendar for the next RetrieveVirtualEvent event that occurs.
endDateDateTimeThe ending date/time of a range of events needed by the FullCalendar for the next RetrieveVirtualEvent event that occurs.

Properties

Instance memberEndDate

DateTime: Returns the ending date/time for the range of events needed by a FullCalendar control in virtual mode.

Instance memberEvents

IEnumerable<Event>: Represents the set of Event objects retrieved.

Instance memberStartDate

DateTime: Returns the starting date/time for a range of events needed by a FullCalendar control in virtual mode.