Skip to main content

ProcessNewValueEventArgs(Object) Constructor

Creates an instance of the ProcessNewValueEventArgs class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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