INotifyCollectionChangedDebug.

GetCollectionChangedSubscribers() Method

Summary

Gets the subscriber list for the INotifyCollectionChanged.CollectionChanged event.

Syntax

Delegate[] GetCollectionChangedSubscribers()

Return Value

Type Description
Delegate[] The subscribers or null if no subscribers.