EventValueEventArgs
Namespace: Wisej.Web.Ext.FullCalendar
Assembly: Wisej.Web.Ext.FullCalendar
Provides data for the EventChanged event.
- C#
- VB.NET
public class EventValueEventArgs : EventArgs
Public Class EventValueEventArgs
Inherits EventArgs
Constructors
EventValueEventArgs(event, oldStartDate, oldEndDate)
Initializes a new instance of EventValueEventArgs.
| Name | Type | Description |
|---|---|---|
| event | Event | The Event that has been changed by the user. |
| oldStartDate | DateTime | The previous value of the Start property. |
| oldEndDate | DateTime | The previous value of the End property. |
Properties
Event
Event: Returns the Event that has been changed by the user.
OldEndDate
DateTime: Returns the previous value of the End property.