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

GetNotInListValueEventArgs(String, Int32) Constructor

Creates an instance of the GetNotInListValueEventArgs class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

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 GetNotInListValueEventArgs.RecordIndex property.

Remarks

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

See Also