[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridRowCollection.OnCollectionChanged

OnCollectionChanged Method

OnCollectionChanged(NotifyCollectionChangedEventArgs)

Raises the CollectionChanged event.

Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
Type Name Description
NotifyCollectionChangedEventArgs e

The NotifyCollectionChangedEventArgs instance containing the event data.

Overrides