EventTriggerBehavior.AssociatedObject Property
Gets the DependencyObject to which the IBehavior will be 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 will be attached.
Implements
.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.