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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.