Microsoft.Xaml.Interactions.Core Namespace

Classes

Class

Description

EventTriggerBehavior Class

A behavior that listens for a specified event on its source and executes its actions when that event is fired.

IncrementalUpdateBehavior Class

A behavior that allows incremental updating of ListView and GridView contents to support faster updating. By attaching this behavior to elements in the ItemTemplate used by these views, some of the updates can be deferred until there is render time available, resulting in a smoother experience.

InvokeCommandAction Class

Executes a specified ICommand when invoked.

GoToStateAction Class

Executes a specified ICommand when invoked.

NavigateToPageAction Class

An action that switches the current visual to the specified Page.