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


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

    Parameters

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