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
addedItemsIEnumerable<IBluetoothConnectedDevice>The devices that were added.
removedItemsIEnumerable<IBluetoothConnectedDevice>The devices that were removed.
ClientDeviceListChangedEventArgs(NotifyCollectionChangedEventArgs)
Initializes a new instance of the ClientDeviceListChangedEventArgs class.
public ClientDeviceListChangedEventArgs(NotifyCollectionChangedEventArgs args)
Parameters
argsNotifyCollectionChangedEventArgsThe collection changed event arguments.