RcsTransport.ServiceKindSupportedChanged Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Se produit lorsque les fonctionnalités du service changent.
// Register
event_token ServiceKindSupportedChanged(TypedEventHandler<RcsTransport, RcsServiceKindSupportedChangedEventArgs const&> const& handler) const;
// Revoke with event_token
void ServiceKindSupportedChanged(event_token const* cookie) const;
// Revoke with event_revoker
RcsTransport::ServiceKindSupportedChanged_revoker ServiceKindSupportedChanged(auto_revoke_t, TypedEventHandler<RcsTransport, RcsServiceKindSupportedChangedEventArgs const&> const& handler) const;
public event TypedEventHandler<RcsTransport,RcsServiceKindSupportedChangedEventArgs> ServiceKindSupportedChanged;
function onServiceKindSupportedChanged(eventArgs) { /* Your code */ }
rcsTransport.addEventListener("servicekindsupportedchanged", onServiceKindSupportedChanged);
rcsTransport.removeEventListener("servicekindsupportedchanged", onServiceKindSupportedChanged);
- or -
rcsTransport.onservicekindsupportedchanged = onServiceKindSupportedChanged;
Public Custom Event ServiceKindSupportedChanged As TypedEventHandler(Of RcsTransport, RcsServiceKindSupportedChangedEventArgs)
Type d'événement
Configuration requise pour Windows
Fonctionnalités de l’application |
chat
chatSystem
smsSend
|