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


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

    Parameters

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