ComponentOne Basic Library for WPF and Silverlight
CanConvertFrom(ITypeDescriptorContext,Type) Method


C1.Silverlight Namespace > CommandConverter Class > CanConvertFrom Method : CanConvertFrom(ITypeDescriptorContext,Type) Method
A format context that provides information about the environment from which this converter is being invoked.
The type being evaluated for conversion.
Determines whether an object of the specified type can be converted to an instance of ICommand.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Function CanConvertFrom( _
   ByVal context As System.ComponentModel.ITypeDescriptorContext, _
   ByVal sourceType As System.Type _
) As System.Boolean
'Usage
 
Dim instance As CommandConverter
Dim context As System.ComponentModel.ITypeDescriptorContext
Dim sourceType As System.Type
Dim value As System.Boolean
 
value = instance.CanConvertFrom(context, sourceType)
public override System.bool CanConvertFrom( 
   System.ComponentModel.ITypeDescriptorContext context,
   System.Type sourceType
)

Parameters

context
A format context that provides information about the environment from which this converter is being invoked.
sourceType
The type being evaluated for conversion.

Return Value

True if this converter can perform the operation; otherwise, False.
See Also

Reference

CommandConverter Class
CommandConverter Members
Overload List