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.

Name
Type
Description

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

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

OldEndDate

DateTime: Returns the previous value of the End property.

OldStartDate

DateTime: Returns the previous value of the Start property.

Last updated

Was this helpful?