Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / HolidayStyleCollection Class / OnCollectionChanged Method
The System.ComponentModel.CollectionChangeEventArgs that contains the event data.


In This Topic
    OnCollectionChanged Method (HolidayStyleCollection)
    In This Topic
    Occurs when the HolidayStyleCollection has changed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnCollectionChanged( _
       ByVal e As CollectionChangeEventArgs _
    ) 
    'Usage
     
    
    Dim instance As HolidayStyleCollection
    Dim e As CollectionChangeEventArgs
     
    instance.OnCollectionChanged(e)
    protected virtual void OnCollectionChanged( 
       CollectionChangeEventArgs e
    )

    Parameters

    e
    The System.ComponentModel.CollectionChangeEventArgs that contains the event data.
    See Also