XamlObjectWriter::OnAfterBeginInit Method (Object^)

.NET Framework (current version)
 

Invokes any AfterBeginInitHandler method that is associated with XamlObjectWriterSettings for this XamlObjectWriter.

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

protected:
virtual void OnAfterBeginInit(
	Object^ value
)

Parameters

value
Type: System::Object^

The object to report on. The object is packaged into XamlObjectEventArgs when the handler is invoked.

.NET Framework
Available since 4.0
Return to top
Show: