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

ProcessNewValueEventArgs(Object) Constructor

Creates an instance of the ProcessNewValueEventArgs class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public ProcessNewValueEventArgs(
    object displayValue
)

Parameters

Name Type Description
displayValue Object

The value to initialize the ProcessNewValueEventArgs.DisplayValue property.

Remarks

The constructor creates an object providing data for the RepositoryItemLookUpEditBase.ProcessNewValue event.

See Also