Version

InternalDaySelected Method

Handles the selection change for a single Day.
Syntax
'Declaration
 
Protected Function InternalDaySelected( _
   ByVal day As Day, _
   ByVal clearCurrentSelection As Boolean, _
   ByVal select As Boolean, _
   ByVal initialSelection As SelectedDateRanges _
) As Boolean
protected bool InternalDaySelected( 
   Day day,
   bool clearCurrentSelection,
   bool select,
   SelectedDateRanges initialSelection
)

Parameters

day
Day object whose selection will be modified
clearCurrentSelection
Boolean indicating if the current selection should be cleared first.
select
Boolean indicating the new selection state of the day
initialSelection
Snapshot of selection prior to selection change.

Return Value

Boolean indicating if the selection change took effect.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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