Table of Contents

Class CharacteristicListChangedEventArgs

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

Provides data for the CharacteristicListChanged event.

public class CharacteristicListChangedEventArgs : ItemListChangedEventArgs<IBluetoothRemoteCharacteristic>
Inheritance
CharacteristicListChangedEventArgs
Inherited Members

Constructors

CharacteristicListChangedEventArgs(IEnumerable<IBluetoothRemoteCharacteristic>?, IEnumerable<IBluetoothRemoteCharacteristic>?)

Initializes a new instance of the CharacteristicListChangedEventArgs class.

public CharacteristicListChangedEventArgs(IEnumerable<IBluetoothRemoteCharacteristic>? addedItems, IEnumerable<IBluetoothRemoteCharacteristic>? removedItems)

Parameters

addedItems IEnumerable<IBluetoothRemoteCharacteristic>

The characteristics that were added.

removedItems IEnumerable<IBluetoothRemoteCharacteristic>

The characteristics that were removed.

CharacteristicListChangedEventArgs(NotifyCollectionChangedEventArgs)

Initializes a new instance of the CharacteristicListChangedEventArgs class.

public CharacteristicListChangedEventArgs(NotifyCollectionChangedEventArgs args)

Parameters

args NotifyCollectionChangedEventArgs

The collection changed event arguments.