ToolBX.Collections.Common
3.0.0
dotnet add package ToolBX.Collections.Common --version 3.0.0
NuGet\Install-Package ToolBX.Collections.Common -Version 3.0.0
<PackageReference Include="ToolBX.Collections.Common" Version="3.0.0" />
paket add ToolBX.Collections.Common --version 3.0.0
#r "nuget: ToolBX.Collections.Common, 3.0.0"
// Install ToolBX.Collections.Common as a Cake Addin #addin nuget:?package=ToolBX.Collections.Common&version=3.0.0 // Install ToolBX.Collections.Common as a Cake Tool #tool nuget:?package=ToolBX.Collections.Common&version=3.0.0
ToolBX.Collections.Common
Common types for the ToolBX.Collections namespaces. This package should not be referenced by your project directly.
IObservableCollection
Interface that exposes a CollectionChanged
event.
var collection = new ObservableList<string>();
collections.CollectionChanged += OnChange;
The CollectionChangeEventArgs<T>
have two properties : OldValues
and NewValues
.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- ToolBX.OPEX (>= 3.0.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on ToolBX.Collections.Common:
Package | Downloads |
---|---|
ToolBX.Collections.ObservableList
A modern re-implementation of a dynamic one-dimensional array. |
|
ToolBX.Collections.Inventory
A collection of stackable items. |
|
ToolBX.Collections.ObservableDictionary
A dictionary that triggers an event when its content is changed. |
|
ToolBX.Collections.ObservableStack
A stack that triggers an event when its content is changed. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 200 | 9/27/2024 |
3.0.0-beta1 | 131 | 9/23/2024 |
2.2.0 | 473 | 1/13/2024 |
2.2.0-beta2 | 242 | 1/7/2024 |
2.2.0-beta1 | 220 | 1/4/2024 |
2.0.0 | 1,237 | 11/11/2022 |
2.0.0-beta1 | 375 | 9/22/2022 |
1.0.0 | 3,115 | 3/1/2022 |