XamlSetValueEventArgs::Handled Property

.NET Framework (current version)
 

Gets or sets a value that determines whether a caller that is using the XamlSetValueEventArgs can use the values without having to call CallBase.

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

public:
property bool Handled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the values were useful and calling CallBase is not necessary; otherwise, false.

Use this property as a sentinel for cases where a callback referenced as XamlSetMarkupExtensionHandler or XamlSetTypeConverterHandler has code pathways that has processed the set value attempt.

.NET Framework
Available since 4.0
Return to top
Show: