Click or drag to resize
Cimbalino ToolkitBehaviorAttach Method
Attaches to the specified object.

Namespace: Cimbalino.Toolkit.Behaviors
Assembly: Cimbalino.Toolkit (in Cimbalino.Toolkit.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public void Attach(
	DependencyObject associatedObject
)

Parameters

associatedObject
Type: Windows.UI.XamlDependencyObject
The DependencyObject to which the will be attached.

Implements

IBehavior.Attach(DependencyObject)
Version Information

Windows

Supported in: 8.1

Windows Phone

Supported in: 8.1
See Also