ModifyItemViewModelBase.OnGeolocationStatusChanged - Méthode
Code à exécuter lorsque géolocalisation d'un périphérique change. Enregistre l'emplacement modifié pour le modèle de vues
Espace de noms : Microsoft.SharePoint.Phone.Application
Assembly : Microsoft.SharePoint.Phone.Application (dans Microsoft.SharePoint.Phone.Application.dll)
Syntaxe
'Déclaration
Public Overridable Sub OnGeolocationStatusChanged ( _
sender As Object, _
e As GeoPositionStatusChangedEventArgs _
)
'Utilisation
Dim instance As ModifyItemViewModelBase
Dim sender As Object
Dim e As GeoPositionStatusChangedEventArgs
instance.OnGeolocationStatusChanged(sender, _
e)
public virtual void OnGeolocationStatusChanged(
Object sender,
GeoPositionStatusChangedEventArgs e
)
Paramètres
sender
Type : System.ObjectSource de l'événement.
e
Type : System.Device.Location.GeoPositionStatusChangedEventArgsUn EventArgs qui ne contient aucune donnée d'événement.
Voir aussi
Référence
ModifyItemViewModelBase classe