Table of Contents

Class ServicesRemovedEventArgs

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

Provides data for the ServicesRemoved event.

public class ServicesRemovedEventArgs : ItemsChangedEventArgs<IBluetoothRemoteService>
Inheritance
ServicesRemovedEventArgs
Inherited Members

Constructors

ServicesRemovedEventArgs(IEnumerable<IBluetoothRemoteService>)

Provides data for the ServicesRemoved event.

public ServicesRemovedEventArgs(IEnumerable<IBluetoothRemoteService> items)

Parameters

items IEnumerable<IBluetoothRemoteService>

The services that were removed.