Windows apps
Collapse the table of content
Expand the table of content
Information
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.

XamlTypeInvoker::SetTypeConverterHandler Property

.NET Framework (current version)
 

Gets the handler to use when a XamlObjectWriter calls into a CLR-implemented TypeConverter.

Namespace:   System.Xaml.Schema
Assembly:  System.Xaml (in System.Xaml.dll)

public:
property EventHandler<XamlSetTypeConverterEventArgs^>^ SetTypeConverterHandler {
	EventHandler<XamlSetTypeConverterEventArgs^>^ get();
}

Property Value

Type: System::EventHandler<XamlSetTypeConverterEventArgs^>^

A handler implementation that handles this case.

The event handler is based on EventHandler<TEventArgs> constrained with XamlSetMarkupExtensionEventArgs event data.

The value returned invokes the LookupSetTypeConverterHandler behavior of the XamlType that the XamlTypeInvoker is based on.

The return value is null for a XamlTypeInvoker that is based on an unknown XamlType.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft