Skip to main content

ASPxSchedulerDataDeletedEventArgs(Int32, Exception, OrderedDictionary, OrderedDictionary) Constructor

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

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ASPxSchedulerDataDeletedEventArgs(
    int affectedRecords,
    Exception exception,
    OrderedDictionary keys,
    OrderedDictionary values
)

Parameters

Name Type Description
affectedRecords Int32

An integer value, representing the number of records affected by the current data operation.

exception Exception

An Exception object, that represents the exception that was raised during the data operation.

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