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

ASPxStartRowEditingEventArgs(Object) Constructor

Initializes a new instance of the ASPxStartRowEditingEventArgs class.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ASPxStartRowEditingEventArgs(
    object editingKeyValue
)

Parameters

Name Type Description
editingKeyValue Object

An object that uniquely identifies the processed row. This value is assigned to the ASPxStartRowEditingEventArgs.EditingKeyValue property.

See Also