Skip to main content

RetrieveVirtualEventEventArgs

Namespace: Wisej.Web.Ext.FullCalendar

Assembly: Wisej.Web.Ext.FullCalendar

Provides data for the RetrieveVirtualEventEventArgs event.

public class RetrieveVirtualEventEventArgs : EventArgs

Constructors

Instance memberRetrieveVirtualEventEventArgs(index)

Initializes a new instance of the RetrieveVirtualEventEventArgs class.

NameTypeDescription
indexInt32The index of the event to retrieve.

Instance memberRetrieveVirtualEventEventArgs(id)

Initializes a new instance of the RetrieveVirtualEventEventArgs class.

NameTypeDescription
idStringThe ID of the event to retrieve.

Properties

Instance memberEvent

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

Instance memberEventID

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

Instance memberEventIndex

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