XamlObjectWriterSettings.XamlSetValueHandler Property
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.
Gets or sets the handler to use when the object writer calls into a CLR-implemented SetValue
for dependency properties.
public:
property EventHandler<System::Windows::Markup::XamlSetValueEventArgs ^> ^ XamlSetValueHandler { EventHandler<System::Windows::Markup::XamlSetValueEventArgs ^> ^ get(); void set(EventHandler<System::Windows::Markup::XamlSetValueEventArgs ^> ^ value); };
public EventHandler<System.Windows.Markup.XamlSetValueEventArgs> XamlSetValueHandler { get; set; }
member this.XamlSetValueHandler : EventHandler<System.Windows.Markup.XamlSetValueEventArgs> with get, set
Public Property XamlSetValueHandler As EventHandler(Of XamlSetValueEventArgs)
Property Value
A handler implementation that handles this case.
Remarks
The event handler is based on the generic EventHandler<TEventArgs> delegate that uses the XamlSetValueEventArgs event data.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.