Windows apps
Collapse the table of content
Expand the table of content

IBehavior::Attach Method

Attaches to the specified object.

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

void Attach(
	DependencyObject^ associatedObject
)

Parameters

associatedObject
Type: DependencyObject

The DependencyObject to which the IBehavior is attached.

Show:
© 2017 Microsoft