This website requires JavaScript.
Explore
Help
Sign In
Learning
/
mRemoteNG
Watch
1
Star
0
Fork
0
You've already forked mRemoteNG
mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced
2026-02-21 16:38:38 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Upload File
Apply Patch
mRemoteNG
/
mRemoteV1
/
Tools
/
CustomCollections
History
David Sparer
3d8dda23ce
added a AddRange method to FullyObservableCollection
...
more efficient collection updating - it only raises 1 event for the whole batch
2017-11-11 18:18:34 -06:00
..
CollectionUpdatedEventArgs.cs
created a class and event type for handling collections that need to raise events for collection changes and child updates
2017-02-13 13:56:58 -07:00
FullyObservableCollection.cs
added a AddRange method to FullyObservableCollection
2017-11-11 18:18:34 -06:00
IFullyNotifiableList.cs
created a class and event type for handling collections that need to raise events for collection changes and child updates
2017-02-13 13:56:58 -07:00
INotifyCollectionUpdated.cs
created a class and event type for handling collections that need to raise events for collection changes and child updates
2017-02-13 13:56:58 -07:00