Skip to main content

EventValueEventArgs

Namespace: Wisej.Web.Ext.FullCalendar

Assembly: Wisej.Web.Ext.FullCalendar

Provides data for the EventChanged event.

public class EventValueEventArgs : EventArgs

Constructors

Instance memberEventValueEventArgs(event, oldStartDate, oldEndDate)

Initializes a new instance of EventValueEventArgs.

NameTypeDescription
eventEventThe Event that has been changed by the user.
oldStartDateDateTimeThe previous value of the Start property.
oldEndDateDateTimeThe previous value of the End property.

Properties

Instance memberEvent

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

Instance memberOldEndDate

DateTime: Returns the previous value of the End property.

Instance memberOldStartDate

DateTime: Returns the previous value of the Start property.