Click or drag to resize
IProvideValueTarget Interface
Represents a service that reports situational object-property relationships for markup extension evaluation.

Namespace: System.Windows.Markup
Assembly: CSharpXamlForHtml5.System.Xaml.dll (in CSharpXamlForHtml5.System.Xaml.dll.dll) Version: 1.0.0.0
Syntax
C#
public interface IProvideValueTarget

The IProvideValueTarget type exposes the following members.

Properties
  NameDescription
Public propertyTargetObject
Gets the target object being reported.
Public propertyTargetProperty
Gets an identifier for the target property being reported.
Top
See Also