Skip to main content
A newer version of this page is available. .

ASPxSchedulerDataDeletingEventArgs(OrderedDictionary, OrderedDictionary) Constructor

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

Namespace: DevExpress.Web.ASPxScheduler

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

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