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