Skip to main content

ASPxParseValueEventArgs(String, Object) Constructor

Initializes a new instance of the ASPxParseValueEventArgs class.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxParseValueEventArgs(
    string fieldName,
    object value
)

Parameters

Name Type Description
fieldName String

A string value specifying the data field name.

value Object

An object that is the specified data field’s value being processed.

See Also