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

RetrieveVirtualEventEventArgs(index)

Initializes a new instance of the RetrieveVirtualEventEventArgs class.

Name
Type
Description

index

The index of the event to retrieve.

RetrieveVirtualEventEventArgs(id)

Initializes a new instance of the RetrieveVirtualEventEventArgs class.

Name
Type
Description

id

The ID of the event to retrieve.

Properties

Event

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

EventID

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

EventIndex

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

Last updated

Was this helpful?