Click or drag to resize

IBehaviour Methods

The IBehaviour type exposes the following members.

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