IBehaviour Interface |
Namespace: Cauldron.XAML.Interactivity
public interface IBehaviour
The IBehaviour type exposes the following members.
Name | Description | |
---|---|---|
AssociatedObject |
Gets the DependencyObject to which the behavior is attached.
| |
IsAssignedFromTemplate |
Gets a value that indicates the behaviour was assigned from a template
| |
Name |
Gets or sets a name of the behaviour
|
Name | Description | |
---|---|---|
Attach |
Attaches a behaviour to a DependencyObject | |
Copy |
Creates a shallow copy of the instance
| |
DataContextChanged |
Occures if the data context of the AssociatedObject has changed.
This is only valid if AssociatedObject is a FrameworkElement.
| |
DataContextPropertyChanged |
Occurs when a property value changes of the AssociatedObject.DataContext.
This is only valid if AssociatedObject is a FrameworkElement.
| |
Detach |
Detaches a behviour from a DependencyObject |