Class FormatValueEventArgs<T>
Represents event data for formatting a value into a display-friendly string.
public class FormatValueEventArgs<T> : BaseEventArgs
Type Parameters
TType of the value to format.
- Inheritance
-
FormatValueEventArgs<T>
Constructors
- FormatValueEventArgs(T)
Initializes a new instance of the FormatValueEventArgs<T> class.
Properties
- FormattedValue
Gets or sets the formatted representation of the value.
- Value
Gets the raw value to format.