C# (CSharp) System.Windows.Interactivity Namespace

Classes

Name Description
Behavior Triggers are attachable objects that encapsulate some logic to determine when they are activated. They execute their associated action whenever they are activated.
Trigger
TriggerActionTypeConverter Converts strings to Action instances. Specifically, a string is always interpreted as a script statement and corresponding an InvokeScript action is created.