Back to Devexpress

ProcessNewValueEventArgs Class

windowsforms-devexpress-dot-xtraeditors-dot-controls-e4c16188.md

latest2.6 KB
Original Source

ProcessNewValueEventArgs Class

Provides data for the RepositoryItemLookUpEditBase.ProcessNewValue event.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class ProcessNewValueEventArgs :
    EventArgs
vb
Public Class ProcessNewValueEventArgs
    Inherits EventArgs

ProcessNewValueEventArgs is the data class for the following events:

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

ProcessNewValueEventArgs Members

LookUpEdit

ProcessNewValue

DevExpress.XtraEditors.Controls Namespace