XamlSetTypeConverterAttribute(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 XamlSetTypeConverterAttribute class.
public:
XamlSetTypeConverterAttribute(System::String ^ xamlSetTypeConverterHandler);
public XamlSetTypeConverterAttribute (string xamlSetTypeConverterHandler);
new System.Windows.Markup.XamlSetTypeConverterAttribute : string -> System.Windows.Markup.XamlSetTypeConverterAttribute
Public Sub New (xamlSetTypeConverterHandler As String)
Parameters
- xamlSetTypeConverterHandler
- String
The name of the handler to use for type converter setting operations.
Remarks
The method referenced by name through the xamlSetTypeConverterHandler
value a generic EventHandler<TEventArgs> delegate with XamlSetTypeConverterEventArgs 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.