XamlTypeInvoker.SetMarkupExtensionHandler Property
Gets the handler to use when a XamlObjectWriter calls into an implemented MarkupExtension.
Assembly: System.Xaml (in System.Xaml.dll)
public EventHandler<XamlSetMarkupExtensionEventArgs> SetMarkupExtensionHandler { get; }
Property Value
Type: System.EventHandler<XamlSetMarkupExtensionEventArgs>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 LookupSetMarkupExtensionHandler 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.