Handles the item selection, checks the item current status and updates the selected items.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public void HandleSelectionChange(
	T item,
	bool statusChanged,
	bool ignoreKeyboard
)
Visual Basic
Public Sub HandleSelectionChange ( _
	item As T, _
	statusChanged As Boolean, _
	ignoreKeyboard As Boolean _
)

Parameters

item
Type: T
The item to handle its selection
statusChanged
Type: System..::..Boolean
A value indicating if the item status (selected/unselected) was already changed outside the C1SelectionManager
ignoreKeyboard
Type: System..::..Boolean
If true, the pressed key will be ignored

See Also