Interaction Class
Defines a BehaviorCollection attached property and provides a method for executing an ActionCollection.
Inheritance Hierarchy
System.Object
Microsoft.Xaml.Interactivity.Interaction
Namespace: Microsoft.Xaml.Interactivity
Assembly: Microsoft.Xaml.Interactivity (in Microsoft.Xaml.Interactivity.dll)
Syntax
'Declaration
Public NotInheritable Class Interaction
public sealed class Interaction
public ref class Interaction sealed
[<Sealed>]
type Interaction = class end
public final class Interaction
The Interaction type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
ExecuteActions | Executes all actions in the ActionCollection and returns their results. | |
GetBehaviors | Gets the BehaviorCollection associated with a specified object. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetBehaviors | Sets the BehaviorCollection associated with a specified object. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
BehaviorsProperty | Gets or sets the BehaviorCollection associated with a specified object. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.