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.

XamlType::LookupSetTypeConverterHandler Method ()

.NET Framework (current version)
 

Returns a handler to use for type converter setting cases.

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

protected:
virtual EventHandler<XamlSetTypeConverterEventArgs^>^ LookupSetTypeConverterHandler()

Return Value

Type: System::EventHandler<XamlSetTypeConverterEventArgs^>^

A handler to use for type converter setting cases.

The default implementation returns a value based on reading XamlSetTypeConverterAttribute. It can also check BaseType for the attribute if no attribute is found on the immediate underlying type. If a value is unavailable, it returns null.

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