Table of Contents

Class DevicesRemovedEventArgs

Namespace
Bluetooth.Abstractions.Scanning.EventArgs
Assembly
Bluetooth.Abstractions.Scanning.dll

Provides data for the DevicesRemoved event.

public class DevicesRemovedEventArgs : ItemsChangedEventArgs<IBluetoothRemoteDevice>
Inheritance
DevicesRemovedEventArgs
Inherited Members

Constructors

DevicesRemovedEventArgs(IEnumerable<IBluetoothRemoteDevice>)

Provides data for the DevicesRemoved event.

public DevicesRemovedEventArgs(IEnumerable<IBluetoothRemoteDevice> items)

Parameters

items IEnumerable<IBluetoothRemoteDevice>

The devices that were removed.