The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
EventSetterHandlerConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)
.NET Framework (current version)
Converts the specified string to a new Delegate for the event handler.
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.
| 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
Available since 4.0
Show: