RetrieveVirtualEventEventArgs

Wisej.Web.Ext.FullCalendar.RetrieveVirtualEventEventArgs

Namespace: Wisej.Web.Ext.FullCalendar

Assembly: Wisej.Web.Ext.FullCalendar (3.2.0.0)

Provides data for the RetrieveVirtualEventEventArgs event.

public class RetrieveVirtualEventEventArgs : EventArgs

Constructors

Initializes a new instance of the RetrieveVirtualEventEventArgs class.

NameTypeDescription

index

The index of the event to retrieve.

Initializes a new instance of the RetrieveVirtualEventEventArgs class.

NameTypeDescription

id

The ID of the event to retrieve.

Properties

Event: Returns or sets the Event retrieved from the cache.

String: Returns the ID of the Event to retrieve from the cache.

Int32: Returns the index of the Event to retrieve from the cache.

Last updated