Persistate API documentation
OnChanged Method (containee, reason)
NamespacesPersistateIndexedList<(Of <(<'T>)>)>OnChanged(Persistent, LinkageEventArgs..::..EventReason)

[This is preliminary documentation and is subject to change.]

Raises the Changed event for this collection with a particular containee and reason.
Declaration Syntax
C#
protected internal void OnChanged(
	Persistent containee,
	LinkageEventArgs..::..EventReason reason
)
Parameters
containee (Persistent)
The object which has been added or removed from the collection.
reason (LinkageEventArgs..::..EventReason)
The reason for the event, which will be either LinkCreation LinkDeletion or LinkRefresh.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)