IncrementalUpdateBehavior.AssociatedObject Property

Gets the DependencyObject to which the IBehavior is attached.

Namespace:  Microsoft.Xaml.Interactions.Core
Assembly:  Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)

Syntax

'Declaration
Public ReadOnly Property AssociatedObject As DependencyObject
public DependencyObject AssociatedObject { get; }
public:
virtual property DependencyObject^ AssociatedObject {
    DependencyObject^ get () sealed;
}
abstract AssociatedObject : DependencyObject with get 
override AssociatedObject : DependencyObject with get
final function get AssociatedObject () : DependencyObject

Property Value

Type: DependencyObject
The DependencyObject to which the IBehavior is attached.

Implements

IBehavior.AssociatedObject

.NET Framework Security

See Also

Reference

IncrementalUpdateBehavior Class

Microsoft.Xaml.Interactions.Core Namespace

DependencyObject

IBehavior