'Declaration
Protected Overridable Sub OnHolidaysCollectionChanged( _ ByVal e As CollectionChangeEventArgs _ )
'Usage
Dim instance As HolidayStyle Dim e As CollectionChangeEventArgs instance.OnHolidaysCollectionChanged(e)
protected virtual void OnHolidaysCollectionChanged( CollectionChangeEventArgs e )
Parameters
- e
- The System.ComponentModel.CollectionChangeEventArgs that contains the event data.