Table of Contents

Class ClientDeviceListChangedEventArgs

Namespace
Bluetooth.Abstractions.Broadcasting.EventArgs
Assembly
Bluetooth.Abstractions.Broadcasting.dll

Provides data for the ClientDeviceListChanged event.

public class ClientDeviceListChangedEventArgs : ItemListChangedEventArgs<IBluetoothConnectedDevice>
Inheritance
ClientDeviceListChangedEventArgs
Inherited Members

Constructors

ClientDeviceListChangedEventArgs(IEnumerable<IBluetoothConnectedDevice>?, IEnumerable<IBluetoothConnectedDevice>?)

Initializes a new instance of the ClientDeviceListChangedEventArgs class.

public ClientDeviceListChangedEventArgs(IEnumerable<IBluetoothConnectedDevice>? addedItems, IEnumerable<IBluetoothConnectedDevice>? removedItems)

Parameters

addedItems IEnumerable<IBluetoothConnectedDevice>

The devices that were added.

removedItems IEnumerable<IBluetoothConnectedDevice>

The devices that were removed.

ClientDeviceListChangedEventArgs(NotifyCollectionChangedEventArgs)

Initializes a new instance of the ClientDeviceListChangedEventArgs class.

public ClientDeviceListChangedEventArgs(NotifyCollectionChangedEventArgs args)

Parameters

args NotifyCollectionChangedEventArgs

The collection changed event arguments.