Cimbalino Toolkit
Cimbalino Toolkit
API Reference
Cimbalino.Toolkit.Behaviors
Behavior Class
Behavior Methods
Attach Method
Detach Method
OnAttached Method
OnDetaching Method
Behavior
Attach 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#
Copy
public
void
Attach
(
DependencyObject
associatedObject
)
Parameters
associatedObject
Type:
Windows.UI.Xaml
DependencyObject
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
Reference
Behavior Class
Cimbalino.Toolkit.Behaviors Namespace
Cimbalino.Toolkit.Behaviors
Behavior