[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.ColumnCollection.OnCollectionChanged

OnCollectionChanged Method

OnCollectionChanged(NotifyCollectionChangedEventArgs)

Raises the CollectionChanged event.

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

NotifyCollectionChangedEventArgs that contains the event data.

Overrides