IBehavior.Attach Method

Attaches to the specified object.

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

Syntax

'Declaration
Sub Attach ( _
    associatedObject As DependencyObject _
)
void Attach(
    DependencyObject associatedObject
)
void Attach(
    DependencyObject^ associatedObject
)
abstract Attach : 
        associatedObject:DependencyObject -> unit
function Attach(
    associatedObject : DependencyObject
)

Parameters

.NET Framework Security

See Also

Reference

IBehavior Interface

Microsoft.Xaml.Interactivity Namespace

IBehavior