[]
        
(Showing Draft Content)

C1.DataCollection.C1HierarchicalDataCollection-1.OnInternalCollectionsChangedAsync

OnInternalCollectionsChangedAsync Method

OnInternalCollectionsChangedAsync(object?, NotifyCollectionChangedEventArgs)

Called when the InternalCollections changed.

Declaration
protected virtual Task OnInternalCollectionsChangedAsync(object? sender, NotifyCollectionChangedEventArgs e)
Parameters
Type Name Description
object sender
NotifyCollectionChangedEventArgs e
Returns
Type Description
Task