Hub.CompleteViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation) Method

Definition

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

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