Behavior Members
Encapsulates state information and zero or more ICommands into an attachable object.
The following tables list the members exposed by the Behavior type.
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
CanFreeze | (Inherited from Freezable) | |
DependencyObjectType | (Inherited from DependencyObject) | |
Dispatcher | (Inherited from DispatcherObject) | |
HasAnimatedProperties | (Inherited from Animatable) | |
IsFrozen | (Inherited from Freezable) | |
IsSealed | (Inherited from DependencyObject) |
Top
Protected Properties
Name | Description | |
---|---|---|
AssociatedObject | Gets the object to which this behavior is attached. | |
AssociatedType | The type to which this behavior can be attached. |
Top
Public Methods
(see also Protected Methods)
Top
Protected Methods
Name | Description | |
---|---|---|
CloneCore | (Inherited from Freezable) | |
CloneCurrentValueCore | (Inherited from Freezable) | |
CreateInstance | (Inherited from Freezable) | |
CreateInstanceCore | Overridden. | |
Finalize | (Inherited from Object) | |
Freeze | Overloaded. (Inherited from Freezable) | |
FreezeCore | (Inherited from Animatable) | |
GetAsFrozenCore | (Inherited from Freezable) | |
GetCurrentValueAsFrozenCore | (Inherited from Freezable) | |
MemberwiseClone | (Inherited from Object) | |
OnAttached | Called after the behavior is attached to an AssociatedObject. | |
OnChanged | (Inherited from Freezable) | |
OnDetaching | Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred. | |
OnFreezablePropertyChanged | Overloaded. (Inherited from Freezable) | |
OnPropertyChanged | (Inherited from Freezable) | |
ReadPreamble | (Inherited from Freezable) | |
ShouldSerializeProperty | (Inherited from DependencyObject) | |
WritePostscript | (Inherited from Freezable) | |
WritePreamble | (Inherited from Freezable) |
Top
Public Events
Name | Description | |
---|---|---|
Changed | (Inherited from Freezable) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Windows.Interactivity.IAttachedObject.AssociatedObject |
Top