Version

InternalWeekSelected Method

Handles the selection change for a single Week object.
Syntax
'Declaration
 
Protected Function InternalWeekSelected( _
   ByVal week As Week, _
   ByVal clearCurrentSelection As Boolean, _
   ByVal select As Boolean, _
   ByVal initialSelection As SelectedDateRanges _
) As Boolean
protected bool InternalWeekSelected( 
   Week week,
   bool clearCurrentSelection,
   bool select,
   SelectedDateRanges initialSelection
)

Parameters

week
Week whose selection state will change.
clearCurrentSelection
Boolean indicating if the current selection should change.
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 succeeded.
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