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.
Attaches to the specified object.
Namespace: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)
'Declaration
Public Sub Attach ( _
dependencyObject As DependencyObject _
)
'Usage
Dim instance As Behavior
Dim dependencyObject As DependencyObject
instance.Attach(dependencyObject)
public void Attach (
DependencyObject dependencyObject
)
public:
virtual void Attach (
DependencyObject^ dependencyObject
) sealed
public final void Attach (
DependencyObject dependencyObject
)
public final function Attach (
dependencyObject : DependencyObject
)
dependencyObject
The object to attach to.
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 Class
Behavior Members
System.Windows.Interactivity Namespace