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