| Parameter | Description |
|---|---|
| value | The value this method modifies. |
TValueType The final value after applying the modifications.
Represents a method that validates or adjusts a field's value before committing it.
Use this delegate to modify or validate a value before committing it. For example, you can clamp, sanitize, or replace the input value to match specific constraints.