The list has been refreshed. Any references to items in the list may be incorrect
Syntax
function handler(eventInfo) { /* Your code */ } // addEventListener syntax list.addEventListener("reload", handler); list.removeEventListener("reload", handler); - or - list.onreload = handler;
Event handler parameters
- eventInfo
-
Type: CustomEvent
An object that contains information about the event. The detail property of this object is null.
Requirements
|
Namespace |
WinJS.Binding |
|---|---|
|
Library |
|
See also
Build date: 12/5/2012