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
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.