Constable Authorization Engine 2.0 BETA

IChangeEventObserver.ObservedCollectionChangeSenders Property

[This is preliminary documentation and subject to change.]

The implementation should return an array of instances whose collection change events (as defined by the CollectionChangeEventArgs event argument type) the current instance observes.

[Visual Basic]
Property ObservedCollectionChangeSenders As Object()
[C#]
object[] ObservedCollectionChangeSenders {get;}

See Also

IChangeEventObserver Interface | LaMarvin.ComponentModel Namespace