XamlSetMarkupExtensionAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the XamlSetMarkupExtensionAttribute class.
public:
XamlSetMarkupExtensionAttribute(System::String ^ xamlSetMarkupExtensionHandler);
public XamlSetMarkupExtensionAttribute (string xamlSetMarkupExtensionHandler);
new System.Windows.Markup.XamlSetMarkupExtensionAttribute : string -> System.Windows.Markup.XamlSetMarkupExtensionAttribute
Public Sub New (xamlSetMarkupExtensionHandler As String)
Parameters
- xamlSetMarkupExtensionHandler
- String
The name of the handler to use for markup extension set operations.
Remarks
The method referenced by name through the xamlSetMarkupExtensionHandler
value should be based on a generic EventHandler<TEventArgs> delegate with XamlSetMarkupExtensionEventArgs event data constraint.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.