XamlType::LookupSetTypeConverterHandler Method ()
.NET Framework (current version)
Returns a handler to use for type converter setting cases.
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
Available since 4.0
Show: