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 : EventArgsPublic Class RetrieveVirtualEventEventArgs
Inherits EventArgsConstructors
RetrieveVirtualEventEventArgs(index)
Initializes a new instance of the RetrieveVirtualEventEventArgs class.
Name
Type
Description
RetrieveVirtualEventEventArgs(id)
Initializes a new instance of the RetrieveVirtualEventEventArgs class.
Name
Type
Description
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?