RoutedEventConverter::CanConvertFrom Method (ITypeDescriptorContext^, Type^)

 

Determines whether an object of the specified type can be converted to an instance of RoutedEvent.

Namespace:   System.Windows.Markup
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
virtual bool CanConvertFrom(
	ITypeDescriptorContext^ typeDescriptorContext,
	Type^ sourceType
) override

Parameters

typeDescriptorContext
Type: System.ComponentModel::ITypeDescriptorContext^

A format context that provides information about the environment from which this converter is being invoked.

sourceType
Type: System::Type^

The type being evaluated for conversion.

Return Value

Type: System::Boolean

true if this converter can perform the operation; otherwise, false.

The RoutedEventConverter class only converts from String. typeDescriptorContext is not used by this implementation.

.NET Framework
Available since 3.0
Return to top
Show: