Share via


ActionConverter Class

Definition

Represents the converter used by the execute action to convert the arguments to combo box value.

public ref class ActionConverter : System::Windows::Data::IValueConverter
public class ActionConverter : System.Windows.Data.IValueConverter
type ActionConverter = class
    interface IValueConverter
Public Class ActionConverter
Implements IValueConverter
Inheritance
ActionConverter
Implements

Constructors

ActionConverter()

Initializes a new instance of the ActionConverter class.

Methods

Convert(Object, Type, Object, CultureInfo)

Converts the value to combo box value.

ConvertBack(Object, Type, Object, CultureInfo)

Converts back from the combo box value to initial value.

Applies to