'Declaration Protected Overridable Sub OnMonthlyBackgroundsChanged( _ ByVal oldValue As IList(Of MonthlyBackgroundData), _ ByVal newValue As IList(Of MonthlyBackgroundData) _ )
'Usage Dim instance As MultiCalendar Dim oldValue As IList(Of MonthlyBackgroundData) Dim newValue As IList(Of MonthlyBackgroundData) instance.OnMonthlyBackgroundsChanged(oldValue, newValue)
protected virtual void OnMonthlyBackgroundsChanged( IList<MonthlyBackgroundData> oldValue, IList<MonthlyBackgroundData> newValue )
Parameters
- oldValue
- newValue