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