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