ASPxSchedulerDataUpdatingEventArgs(OrderedDictionary, OrderedDictionary, OrderedDictionary) Constructor
Initializes a new instance of the ASPxSchedulerDataUpdatingEventArgs class with the specified settings.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll
Declaration
public ASPxSchedulerDataUpdatingEventArgs(
OrderedDictionary keys,
OrderedDictionary oldValues,
OrderedDictionary newValues
)
Public Sub New(
keys As OrderedDictionary,
oldValues As OrderedDictionary,
newValues As OrderedDictionary
)
Parameters
Name | Type | Description |
---|---|---|
keys | OrderedDictionary | An OrderedDictionary that contains a dictionary of key field name/value pairs for the record. |
oldValues | OrderedDictionary | An OrderedDictionary that contains a dictionary of the original field name/value pairs for the record. |
newValues | OrderedDictionary | An OrderedDictionary that contains a dictionary of the new field name/value pairs for the record. |
See Also
Feedback