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