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

ProcessNewValueEventArgs Class

Provides data for the RepositoryItemLookUpEditBase.ProcessNewValue event.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v18.1.dll

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ProcessNewValueEventArgs class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
EventArgs
ProcessNewValueEventArgs
See Also