EventSetterHandlerConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)

.NET Framework (current version)
 

Converts the specified string to a new Delegate for the event handler.

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

public:
virtual Object^ ConvertFrom(
	ITypeDescriptorContext^ typeDescriptorContext,
	CultureInfo^ cultureInfo,
	Object^ source
) override

Parameters

typeDescriptorContext
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext that provides a format context.

cultureInfo
Type: System.Globalization::CultureInfo^

The CultureInfo to use as the current culture.

source
Type: System::Object^

The source string to convert.

Return Value

Type: System::Object^

A new Delegate that represents the referenced event handler.

Exception Condition
NotSupportedException

The necessary services are not available.

-or-

Could not perform the specific conversion.

ArgumentNullException

typeDescriptorContext or source are null.

The typeDescriptorContext must provide services for IRootObjectProvider and IProvideValueTarget.

.NET Framework
Available since 4.0
Return to top
Show: