Interface IProvideValueTarget
Represents a service that reports situational object-property relationships for markup extension evaluation.
Namespace: System.Windows.Markup
Assembly: OpenSilver.Xaml.dll
Syntax
public interface IProvideValueTarget
Properties
| Improve this Doc View SourceTargetObject
Gets the target object being reported.
Declaration
object TargetObject { get; }
Property Value
Type | Description |
---|---|
System.Object |
TargetProperty
Gets an identifier for the target property being reported.
Declaration
object TargetProperty { get; }
Property Value
Type | Description |
---|---|
System.Object |