ListViewBase.StartViewChangeTo Methode

Definition

Initialisiert elementbezogene Vorgänge, die sich auf eine Ansichtsänderung beziehen, wenn die Quellansicht eine andere Ansicht ist und die ausstehende Zielansicht die ListViewBase-instance ist.

public:
 virtual void StartViewChangeTo(SemanticZoomLocation ^ source, SemanticZoomLocation ^ destination) = StartViewChangeTo;
void StartViewChangeTo(SemanticZoomLocation const& source, SemanticZoomLocation const& destination);
public void StartViewChangeTo(SemanticZoomLocation source, SemanticZoomLocation destination);
function startViewChangeTo(source, destination)
Public Sub StartViewChangeTo (source As SemanticZoomLocation, destination As SemanticZoomLocation)

Parameter

source
SemanticZoomLocation

Das In der Quellansicht dargestellte Ansichtselement.

destination
SemanticZoomLocation

Das Ansichtselement, das in der Zielansicht dargestellt wird.

Implementiert

Gilt für:

Weitere Informationen