Freigeben über


MobileBroadbandSlotManager.CurrentSlotIndexChanged Ereignis

Definition

Ein Ereignis, das ausgelöst wird, wenn der aktuelle Slotindex geändert wird.

Hinweis

Diese Funktionalität ist nur für Apps von Mobilfunkanbietern und UWP-Apps verfügbar, die privilegierten Zugriff von Mobilfunknetzbetreibern erhalten.

Wenn Sie diese API verwenden und Ihre App im Microsoft Store veröffentlichen möchten, benötigen Sie eine spezielle Genehmigung. Weitere Informationen finden Sie im Abschnitt Eingeschränkte Funktionen im Thema App-Funktionsdeklarationen .

// Register
event_token CurrentSlotIndexChanged(TypedEventHandler<MobileBroadbandSlotManager, MobileBroadbandCurrentSlotIndexChangedEventArgs const&> const& handler) const;

// Revoke with event_token
void CurrentSlotIndexChanged(event_token const* cookie) const;

// Revoke with event_revoker
MobileBroadbandSlotManager::CurrentSlotIndexChanged_revoker CurrentSlotIndexChanged(auto_revoke_t, TypedEventHandler<MobileBroadbandSlotManager, MobileBroadbandCurrentSlotIndexChangedEventArgs const&> const& handler) const;
public event TypedEventHandler<MobileBroadbandSlotManager,MobileBroadbandCurrentSlotIndexChangedEventArgs> CurrentSlotIndexChanged;
function onCurrentSlotIndexChanged(eventArgs) { /* Your code */ }
mobileBroadbandSlotManager.addEventListener("currentslotindexchanged", onCurrentSlotIndexChanged);
mobileBroadbandSlotManager.removeEventListener("currentslotindexchanged", onCurrentSlotIndexChanged);
- or -
mobileBroadbandSlotManager.oncurrentslotindexchanged = onCurrentSlotIndexChanged;
Public Custom Event CurrentSlotIndexChanged As TypedEventHandler(Of MobileBroadbandSlotManager, MobileBroadbandCurrentSlotIndexChangedEventArgs) 

Ereignistyp

Windows-Anforderungen

App-Funktionen
cellularDeviceControl cellularDeviceIdentity

Gilt für: