Version

InternalWeekRangeSelected Method

Handles the selection change for a range of Week objects.
Syntax
'Declaration
 
Protected Function InternalWeekRangeSelected( _
   ByVal pivotWeek As Week, _
   ByVal selectWeek As Week, _
   ByVal clearCurrentSelection As Boolean, _
   ByVal select As Boolean, _
   ByVal initialSelection As SelectedDateRanges _
) As Boolean
protected bool InternalWeekRangeSelected( 
   Week pivotWeek,
   Week selectWeek,
   bool clearCurrentSelection,
   bool select,
   SelectedDateRanges initialSelection
)

Parameters

pivotWeek
Current pivot item
selectWeek
Week selection is up to.
clearCurrentSelection
Boolean indicating if the current selection should be cleared.
select
Boolean indicating if this is a select or unselect operation.
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