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

 

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

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

public:
virtual bool CanConvertTo(
	ITypeDescriptorContext^ typeDescriptorContext,
	Type^ destinationType
) override

Parameters

typeDescriptorContext
Type: System.ComponentModel::ITypeDescriptorContext^

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

destinationType
Type: System::Type^

The type being evaluated for conversion.

Return Value

Type: System::Boolean

Always returns false.

.NET Framework
Available since 3.0
Return to top
Show: