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.
Occurs when the status of the VirtualizedDataSource changes.
Syntax
function handler(eventInfo) { /* Your code */ }
// addEventListener syntax
virtualizedDataSource.addEventListener("statuschanged", handler);
virtualizedDataSource.removeEventListener("statuschanged", handler);
Event information
Synchronous | No |
Bubbles | Yes |
Cancelable | Yes |
Event handler parameters
eventInfo
Type: CustomEvent**An object that contains information about the event. The detail property of this object contains the following sub-properties:
- status
One of the values defined by the DataSourceStatus enumeration.
- status
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |