GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / WeekdaysStyle Class / OnDayOfWeekStylePropertyChanged Method / OnDayOfWeekStylePropertyChanged(Object,PropertyChangedEventArgs) Method
The source of the event.
A System.ComponentModel.PropertyChangedEventArgs that contains the event data.


In This Topic
OnDayOfWeekStylePropertyChanged(Object,PropertyChangedEventArgs) Method
In This Topic
Handles the PropertyChanged event from the DayOfWeekStyle object.
Syntax
'Declaration
 
Protected Overloads Sub OnDayOfWeekStylePropertyChanged( _
   ByVal sender As Object, _
   ByVal e As PropertyChangedEventArgs _
) 
 
'Usage
 
Dim instance As WeekdaysStyle
Dim sender As Object
Dim e As PropertyChangedEventArgs
 
instance.OnDayOfWeekStylePropertyChanged(sender, e)

Parameters

sender
The source of the event.
e
A System.ComponentModel.PropertyChangedEventArgs that contains the event data.
See Also