Changed Event
            data class ChangedEvent<T>(collection: PersistentDataCollection<T>, changeType: DataCollection.ChangeType, index: Int, item: T)
Content copied to clipboard
Information about changed data within the collection.
Constructors
ChangedEvent
                          
                    Link copied to clipboard
                        fun <T> ChangedEvent(collection: PersistentDataCollection<T>, changeType: DataCollection.ChangeType, index: Int, item: T)
Content copied to clipboard