Hub.StartViewChangeTo(SemanticZoomLocation, SemanticZoomLocation) Method

Definition

Initializes item-wise operations that are related to a view change when the source view is a different view and the pending destination view is the Hub instance.

C#
public void StartViewChangeTo(SemanticZoomLocation source, SemanticZoomLocation destination);

Parameters

source
SemanticZoomLocation

The view item as represented in the source view.

destination
SemanticZoomLocation

The view item as represented in the destination view.

Implements

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also