ParameterValueChangingEventArgs<T>.NewValue Property
Gets or sets the new value being assigned to the parameter.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public T NewValue { get; set; }
Property Value
| Type | Description |
|---|---|
| T | The data type. |
See Also