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

Initializes a new instance of EventValueEventArgs.

NameTypeDescription

event

The Event that has been changed by the user.

oldStartDate

The previous value of the Start property.

oldEndDate

The previous value of the End property.

Properties

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

DateTime: Returns the previous value of the End property.

DateTime: Returns the previous value of the Start property.

Last updated