GeofenceMonitor.StatusChanged イベント
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
GeofenceMonitor の状態が変更されたときに発生します。
// Register
event_token StatusChanged(TypedEventHandler<GeofenceMonitor, IInspectable const&> const& handler) const;
// Revoke with event_token
void StatusChanged(event_token const* cookie) const;
// Revoke with event_revoker
GeofenceMonitor::StatusChanged_revoker StatusChanged(auto_revoke_t, TypedEventHandler<GeofenceMonitor, IInspectable const&> const& handler) const;
public event TypedEventHandler<GeofenceMonitor,object> StatusChanged;
function onStatusChanged(eventArgs) { /* Your code */ }
geofenceMonitor.addEventListener("statuschanged", onStatusChanged);
geofenceMonitor.removeEventListener("statuschanged", onStatusChanged);
- or -
geofenceMonitor.onstatuschanged = onStatusChanged;
Public Custom Event StatusChanged As TypedEventHandler(Of GeofenceMonitor, Object)
イベントの種類
TypedEventHandler<GeofenceMonitor,IInspectable>
Windows の要件
アプリの機能 |
location
|
注釈
ジオフェンスを使用する場合は、GeofenceMonitor の StatusChanged イベントを使用して、Geolocator クラスの StatusChanged イベントではなく、場所のアクセス許可の変更を監視します。 GeofenceMonitorStatus の Disabled は **Disabled **PositionStatus と同じです。どちらも、アプリに場所にアクセスするためのアクセス許可がないことを示します。