XamlObjectWriter::OnBeforeProperties Method (Object^)

.NET Framework (current version)
 

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

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

protected:
virtual void OnBeforeProperties(
	Object^ value
)

Parameters

value
Type: System::Object^

The value to pass through XamlObjectEventArgs when the handler is invoked.

.NET Framework
Available since 4.0
Return to top
Show: