Event ValueToDisplayString
Occurs when value is converted to string for the display purposes.
public event EventHandler<ValueConvertEventArgs<object?, string?>>? ValueToDisplayString
Returns
- EventHandler<ValueConvertEventArgs<object, string>>
- Occurs when value is converted to for the display purposes.