Hub.StartViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation) Method

Definition

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

C#
public void StartViewChangeFrom(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