BluetoothDevice.SdpRecordsChanged É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 la liste des enregistrements SDP pour l’appareil a changé.
// Register
event_token SdpRecordsChanged(TypedEventHandler<BluetoothDevice, IInspectable const&> const& handler) const;
// Revoke with event_token
void SdpRecordsChanged(event_token const* cookie) const;
// Revoke with event_revoker
BluetoothDevice::SdpRecordsChanged_revoker SdpRecordsChanged(auto_revoke_t, TypedEventHandler<BluetoothDevice, IInspectable const&> const& handler) const;
public event TypedEventHandler<BluetoothDevice,object> SdpRecordsChanged;
function onSdpRecordsChanged(eventArgs) { /* Your code */ }
bluetoothDevice.addEventListener("sdprecordschanged", onSdpRecordsChanged);
bluetoothDevice.removeEventListener("sdprecordschanged", onSdpRecordsChanged);
- or -
bluetoothDevice.onsdprecordschanged = onSdpRecordsChanged;
Public Custom Event SdpRecordsChanged As TypedEventHandler(Of BluetoothDevice, Object)
Type d'événement
TypedEventHandler<BluetoothDevice,IInspectable>
Configuration requise pour Windows
Fonctionnalités de l’application |
bluetooth
|