Class ValueConvertEventArgs<TFrom, TResult>
Provides data for the value convertion events. TFrom
specifies
type of the source data. TResult
specifies
type of the destination data.
public class ValueConvertEventArgs<TFrom, TResult> : HandledEventArgs
Type Parameters
TFrom
TResult
- Inheritance
-
ValueConvertEventArgs<TFrom, TResult>
- Derived
Constructors
- ValueConvertEventArgs(TFrom)
Initializes a new instance of the ValueConvertEventArgs<TFrom, TResult> class.
Properties
- Result
Result of the conversion.
- Value
Value to convert from.