ProcessNewValueEventArgs(Object) Constructor
Creates an instance of the ProcessNewValueEventArgs class.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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