Version

OnDatesChanged Method

Invoked when the selection has changed indicating the added and removed dates.
Syntax
'Declaration
 
Protected Overridable Sub OnDatesChanged( _
   ByVal added As IList(Of Date), _
   ByVal removed As IList(Of Date) _
) 
protected virtual void OnDatesChanged( 
   IList<DateTime> added,
   IList<DateTime> removed
)

Parameters

added
List of dates added
removed
List of dates that were removed from the collection
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also