Skip to main content

ASPxSchedulerDataDeletingEventArgs(OrderedDictionary, OrderedDictionary) Constructor

Initializes a new instance of the ASPxSchedulerDataDeletingEventArgs class with the specified settings.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ASPxSchedulerDataDeletingEventArgs(
    OrderedDictionary keys,
    OrderedDictionary values
)

Parameters

Name Type Description
keys OrderedDictionary

An OrderedDictionary that contains a dictionary of key field name/value pairs for the record.

values OrderedDictionary

An OrderedDictionary that contains a dictionary of original field name/value pairs for the record.

See Also