Interaction Class
namespace NoesisApp
Manages a collection of behaviors and triggers that expand the object functionality from XAML.
<UserControl
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
xmlns:ei="http://schemas.microsoft.com/expression/2010/interactions">
<i:Interaction.Behaviors>
<ei:MouseDragElementBehavior />
<i:Interaction.Behaviors>
<i:Interaction.Triggers>
<i:EventTrigger EventName="Loaded">
<ei:GoToStateAction StateName="Init" />
</i:EventTrigger>
<i:Interaction.Triggers>
</UserControl>
Methods
Name | Description |
---|---|
GetBehaviors | Gets the value of the Behaviors attached property |
GetTriggers | Gets the value of the Triggers attached property |
Properties
Interaction has no properties