GeovisitStateChangedEventArgs GeovisitStateChangedEventArgs GeovisitStateChangedEventArgs GeovisitStateChangedEventArgs Class

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
Contains information about a VisitStateChanged event.

public : sealed class GeovisitStateChangedEventArgs : IGeovisitStateChangedEventArgspublic sealed class GeovisitStateChangedEventArgs : IGeovisitStateChangedEventArgsPublic NotInheritable Class GeovisitStateChangedEventArgs Implements IGeovisitStateChangedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Insider Preview (introduced v10.0.16257.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v5)

Remarks

This class is instantiated when a VisitStateChanged event is raised.

Properties

Visit Visit Visit Visit

Prerelease. Gets the Visit-related event corresponding to a VisitStateChanged event that was raised.

public : Geovisit Visit { get; }public Geovisit Visit { get; }Public ReadOnly Property Visit As Geovisit// You can use this property in JavaScript.
Value
Geovisit Geovisit Geovisit Geovisit

A Geovisit instance representing the Visit-related event that denotes a change in state.

See Also