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::LookupSetMarkupExtensionHandler Method ()

.NET Framework (current version)
 

Returns a handler callback to use for the set operations of markup extensions.

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

protected:
virtual EventHandler<XamlSetMarkupExtensionEventArgs^>^ LookupSetMarkupExtensionHandler()

Return Value

Type: System::EventHandler<XamlSetMarkupExtensionEventArgs^>^

A handler callback to use for the set operations of markup extensions.

The default implementation returns a value based on reading XamlSetMarkupExtensionAttribute. 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