[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.RowColCollection-1.OnCollectionChanged

OnCollectionChanged Method

OnCollectionChanged(NotifyCollectionChangedEventArgs)

Raises the CollectionChanged event.

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

NotifyCollectionChangedEventArgs value that contains the event data.

Overrides