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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.