Click or drag to resize

IBehaviour Interface

Represents a behaviour

Namespace:  Cauldron.XAML.Interactivity
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public interface IBehaviour

The IBehaviour type exposes the following members.

Properties
  NameDescription
Public propertyAssociatedObject
Gets the DependencyObject to which the behavior is attached.
Public propertyIsAssignedFromTemplate
Gets a value that indicates the behaviour was assigned from a template
Public propertyName
Gets or sets a name of the behaviour
Top
Methods
  NameDescription
Public methodAttach
Attaches a behaviour to a DependencyObject
Public methodCopy
Creates a shallow copy of the instance
Public methodDataContextChanged
Occures if the data context of the AssociatedObject has changed. This is only valid if AssociatedObject is a FrameworkElement.
Public methodDataContextPropertyChanged
Occurs when a property value changes of the AssociatedObject.DataContext. This is only valid if AssociatedObject is a FrameworkElement.
Public methodDetach
Detaches a behviour from a DependencyObject
Top
See Also