ListViewBase.StartViewChangeTo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ListViewBase instance.
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)
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
See also
- SemanticZoom
- ISemanticZoomInformation
- IsActiveView
- IsZoomedInView
- SemanticZoomOwner
- CompleteViewChange()
- CompleteViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- CompleteViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)
- InitializeViewChange()
- MakeVisible(SemanticZoomLocation)
- StartViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)