Table of Contents

Class DeviceListChangedEventArgs

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

Provides data for the DeviceListChanged event.

public class DeviceListChangedEventArgs : ItemListChangedEventArgs<IBluetoothRemoteDevice>
Inheritance
DeviceListChangedEventArgs
Inherited Members

Constructors

DeviceListChangedEventArgs(IEnumerable<IBluetoothRemoteDevice>?, IEnumerable<IBluetoothRemoteDevice>?)

Initializes a new instance of the DeviceListChangedEventArgs class.

public DeviceListChangedEventArgs(IEnumerable<IBluetoothRemoteDevice>? addedItems, IEnumerable<IBluetoothRemoteDevice>? removedItems)

Parameters

addedItems IEnumerable<IBluetoothRemoteDevice>

The devices that were added.

removedItems IEnumerable<IBluetoothRemoteDevice>

The devices that were removed.

DeviceListChangedEventArgs(NotifyCollectionChangedEventArgs)

Initializes a new instance of the DeviceListChangedEventArgs class.

public DeviceListChangedEventArgs(NotifyCollectionChangedEventArgs args)

Parameters

args NotifyCollectionChangedEventArgs

The collection changed event arguments.