XamlObjectWriterSettings::AfterBeginInitHandler Property

.NET Framework (current version)
 

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

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

public:
property EventHandler<XamlObjectEventArgs^>^ AfterBeginInitHandler {
	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 BeginInit phase of object lifetime.

.NET Framework
Available since 4.0
Return to top
Show: