MultiValueConverterBase<TTarget>.ValidateConvertBackParameters Method

Definition

Validates the parameters passed to IMultiValueConverter.ConvertBack

protected:
 void ValidateConvertBackParameters(System::Object ^ value, cli::array <Type ^> ^ targetTypes);
protected:
 void ValidateConvertBackParameters(Platform::Object ^ value, Platform::Array <Platform::Type ^> ^ targetTypes);
protected void ValidateConvertBackParameters (object value, Type[] targetTypes);
member this.ValidateConvertBackParameters : obj * Type[] -> unit
Protected Sub ValidateConvertBackParameters (value As Object, targetTypes As Type())

Parameters

value
Object

The value to convert back

targetTypes
Type[]

The types to convert back to

Applies to