Skip to main content

ASPxSchedulerDataUpdatedEventArgs.OldValues Property

Provides access to the collection of values before modification for the appointment’s data fields.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public OrderedDictionary OldValues { get; }

Property Value

Type Description
OrderedDictionary

A OrderedDictionary object, representing a collection of data field name/value pairs.

Remarks

The OldValues property provides access to former values of the appointment’s fields after the data update is accomplished.

See Also