RoutedEventConverter.CanConvertFrom(ITypeDescriptorContext, Type) Method

Definition

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

public:
 override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, Type ^ sourceType);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, Type sourceType);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (typeDescriptorContext As ITypeDescriptorContext, sourceType As Type) As Boolean

Parameters

typeDescriptorContext
ITypeDescriptorContext

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

sourceType
Type

The type being evaluated for conversion.

Returns

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

Remarks

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

Applies to