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