HandleSelectionChange(T,Boolean,Boolean) Method
In This Topic
Handles the item selection, checks the item current status and updates the selected items.
Syntax
'Declaration
Public Overloads Sub HandleSelectionChange( _
ByVal As , _
ByVal As Boolean, _
ByVal As Boolean _
)
public void HandleSelectionChange(
,
bool ,
bool
)
Parameters
- item
- The item to handle its selection
- statusChanged
- A value indicating if the item status (selected/unselected) was already changed outside the C1SelectionManager
- ignoreKeyboard
- If true, the pressed key will be ignored
See Also