[]
Represents a converter that converts an internal view command to a WPF command.
public class CommandConverter : IValueConverter
Name | Description |
---|---|
CommandConverter() |
Name | Description |
---|---|
Convert(object, Type, object, CultureInfo) | Converts an internal view command to a WPF command. |
ConvertBack(object, Type, object, CultureInfo) | Converts the WPF command back to the internal view command. |