Skip to main content

GetNotInListValueEventArgs(String, Int32) Constructor

Creates an instance of the GetNotInListValueEventArgs class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public GetNotInListValueEventArgs(
    string fieldName,
    int recordIndex
)

Parameters

Name Type Description
fieldName String

The field to initialize the GetNotInListValueEventArgs.FieldName property.

recordIndex Int32

The value for the RecordIndex property.

Remarks

The constructor creates an object providing data for the RepositoryItemLookUpEdit.GetNotInListValue event.

See Also