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)
Syntax
'Declaration
ReadOnly Property AssociatedObject As DependencyObject
DependencyObject AssociatedObject { get; }
property DependencyObject^ AssociatedObject {
DependencyObject^ get ();
}
abstract AssociatedObject : DependencyObject with get
function get AssociatedObject () : DependencyObject
Property Value
Type: DependencyObject
The DependencyObject to which the IBehavior is attached.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.