Table of Contents

Class FormatValueEventArgs<T>

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents event data for formatting a value into a display-friendly string.

public class FormatValueEventArgs<T> : BaseEventArgs

Type Parameters

T

Type 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.