[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.HolidayCollection.OnCollectionChanged

OnCollectionChanged Method

OnCollectionChanged(NotifyCollectionChangedEventArgs)

Raises the GrapeCity.Windows.InputMan.NotifyCollection<T>.CollectionChanged event with the provided arguments.

Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Protected Overrides Sub OnCollectionChanged(e As NotifyCollectionChangedEventArgs)
Parameters
Type Name Description
NotifyCollectionChangedEventArgs e

Arguments of the event being raised.

Overrides