XamlObjectWriterSettings::XamlSetValueHandler Property

.NET Framework (current version)
 

Gets or sets the handler to use when the object writer calls into a CLR-implemented SetValue for dependency properties.

Namespace:   System.Xaml
Assembly:  System.Xaml (in System.Xaml.dll)

public:
property EventHandler<XamlSetValueEventArgs^>^ XamlSetValueHandler {
	EventHandler<XamlSetValueEventArgs^>^ get();
	void set(EventHandler<XamlSetValueEventArgs^>^ value);
}

Property Value

Type: System::EventHandler<XamlSetValueEventArgs^>^

A handler implementation that handles this case.

The event handler is based on the generic EventHandler<TEventArgs> delegate that uses the XamlSetValueEventArgs event data.

.NET Framework
Available since 4.0
Return to top
Show: