Constructor ValueConvertEventArgs
ValueConvertEventArgs(TFrom)
Initializes a new instance of the ValueConvertEventArgs<TFrom, TResult> class.
public ValueConvertEventArgs(TFrom value)
Parameters
value
TFromValue to convert.
Initializes a new instance of the ValueConvertEventArgs<TFrom, TResult> class.
public ValueConvertEventArgs(TFrom value)
value
TFromValue to convert.