BTDeviceList.ListChanged Event
An event handler to receive list change notification
[Visual Basic]
<Description(Description:="An event handler to receive list change notification")>
Public Event ListChanged As
ListChangedEventHandler
[C#]
[Description(Description="An event handler to receive list change notification")]
public event
ListChangedEventHandler ListChanged;
Implements
IBindingList.ListChanged
See Also
BTDeviceList Class | BlueLibs.Components Namespace