XamlObjectWriterSettings::BeforePropertiesHandler Property

.NET Framework (current version)
 

Gets or sets a reference to a callback that is invoked by the XAML writer at the pre-member-write phase of the object lifetime for each created object.

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

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

Property Value

Type: System::EventHandler<XamlObjectEventArgs^>^

A callback that is invoked by the XAML writer at the pre-member-write phase of object lifetime.

.NET Framework
Available since 4.0
Return to top
Show: