C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridColumnCollection Class / OnCollectionChanged Method
The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.
In This Topic
OnCollectionChanged Method (GridColumnCollection)
In This Topic
Raises the CollectionChanged event.
Syntax
protected virtual void OnCollectionChanged( 
   NotifyCollectionChangedEventArgs e
)

Parameters

e
The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.
See Also