Share via


ItemSelectedEventArgsConverter.Convert Method

Definition

Converts/Extracts the incoming value from SelectedItemChangedEventArgs object and returns the value of SelectedItem property from it.

public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);

Parameters

value
System.Object

The value to convert.

targetType
System.Type

The type of the binding target property. This is not implemented.

parameter
System.Object

Additional parameter for the converter to handle. This is not implemented.

culture
System.Globalization.CultureInfo

The culture to use in the converter. This is not implemented.

Returns

System.Object

A SelectedItem object from object of type SelectedItemChangedEventArgs.

Implements

Applies to