Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ProcessNewValueEventArgs Class

Provides data for the RepositoryItemLookUpEditBase.ProcessNewValue event.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class ProcessNewValueEventArgs :
    EventArgs

#Remarks

The RepositoryItemLookUpEditBase.ProcessNewValue event occurs when validating the text entered within the edit box in a lookup editor. The event is fired only if the display text does not correspond to any dropdown row.

A ProcessNewValueEventArgs object is passed as a parameter of the RepositoryItemLookUpEditBase.ProcessNewValue event. It provides a ProcessNewValueEventArgs.DisplayValue property representing the value entered by the user.

Refer to the RepositoryItemLookUpEditBase.ProcessNewValue topic for more information.

#Inheritance

Object
EventArgs
ProcessNewValueEventArgs
See Also