Share via


IsValidatingValueValidConverter Class

Definition

The IsValidatingValueValidConverter is responsible for determining if a ValidatingValueBase object is valid.

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

Constructors

IsValidatingValueValidConverter()

Methods

Convert(Object, Type, Object, CultureInfo)

Determines if ValidatingValueBase.Error indicates if the object is valid.

ConvertBack(Object, Type, Object, CultureInfo)

This method is not used.

Applies to