Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the object to which this Behavior`1 is attached.
Namespace: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)
'Declaration
Protected ReadOnly Property AssociatedObject As T
'Usage
Dim value As T
value = Me.AssociatedObject
protected T AssociatedObject { get; }
protected:
property T AssociatedObject {
T get ();
}
/** @property */
protected T get_AssociatedObject ()
protected function get AssociatedObject () : T
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Behavior Generic Class
Behavior Members
System.Windows.Interactivity Namespace