AntCollectionCollectionLock Field
The collection lock typically used by WPF applications to synchronize UI updates when devices are added or
removed from the collection. For example, in the code behind for a window that is using this collection
would include the following line in its constructor -
BindingOperations.EnableCollectionSynchronization(viewModel.AntDevices, viewModel.AntDevices.CollectionLock);
Namespace: SmallEarthTech.AntPlus.Extensions.HostingAssembly: SmallEarthTech.AntPlus.Extensions.Hosting (in SmallEarthTech.AntPlus.Extensions.Hosting.dll) Version: 2.0.2+1406bfb784e6c85bd5d7261241f4f4a1a31b0896
public Object CollectionLock
Public CollectionLock As Object
public:
Object^ CollectionLock
val mutable CollectionLock: Object
Field Value
Object