EventValueEventArgs
Wisej.Web.Ext.FullCalendar.EventValueEventArgs
Namespace: Wisej.Web.Ext.FullCalendar
Assembly: Wisej.Web.Ext.FullCalendar (3.2.0.0)
Provides data for the EventChanged event.
public class EventValueEventArgs : EventArgs
Constructors
EventValueEventArgs(event, oldStartDate, oldEndDate)

Initializes a new instance of EventValueEventArgs.
Properties
Event

Event: Returns the Event that has been changed by the user.
OldEndDate

DateTime: Returns the previous value of the End property.
OldStartDate

Last updated
Was this helpful?