Windows apps
Collapse the table of content
Expand the table of content

IBehavior::AssociatedObject Property

Gets the DependencyObject to which the IBehavior is attached.

Namespace:  Microsoft.Xaml.Interactivity
Assembly:  Microsoft.Xaml.Interactivity (in Microsoft.Xaml.Interactivity.dll)

property DependencyObject^ AssociatedObject {
	DependencyObject^ get ();
}

Property Value

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

Show:
© 2017 Microsoft