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

ASPxParseValueEventArgs(String, Object) Constructor

Initializes a new instance of the ASPxParseValueEventArgs class.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v19.1.dll

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