RetrieveVirtualEventEventArgs
Namespace: Wisej.Web.Ext.FullCalendar
Assembly: Wisej.Web.Ext.FullCalendar
Provides data for the RetrieveVirtualEventEventArgs event.
- C#
- VB.NET
public class RetrieveVirtualEventEventArgs : EventArgs
Public Class RetrieveVirtualEventEventArgs
Inherits EventArgs
Constructors
RetrieveVirtualEventEventArgs(index)
Initializes a new instance of the RetrieveVirtualEventEventArgs class.
| Name | Type | Description |
|---|---|---|
| index | Int32 | The index of the event to retrieve. |
RetrieveVirtualEventEventArgs(id)
Initializes a new instance of the RetrieveVirtualEventEventArgs class.
| Name | Type | Description |
|---|---|---|
| id | String | 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.