Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised after the item is selected or deselected.
Syntax
<div
data-win-control="WinJS.UI.ItemContainer"
data-win-options="{onselectionchanged : handler}">
</div>
function handler(eventInfo) { /* Your code */ }
// addEventListener syntax
itemContainer.addEventListener("selectionchanged", handler);
itemContainer.removeEventListener("selectionchanged", handler);
Event information
Synchronous | No |
Bubbles | Yes |
Cancelable | No |
Event handler parameters
eventInfo
Type: CustomEvent**An object that contains information about the event.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |