ListView.triggerDispose method

Triggers the ListView disposal service manually.
Syntax
WinJS.UI.ListView.triggerDispose();
Parameters
This method has no parameters.
Return value
This method does not return a value.
Remarks
Most of the time, the ListView disposal service is triggered automatically at ListView instantiation. But in some scenarios, you might need to run the disposal service manually.
Requirements
|
Minimum WinJS version |
WinJS 3.0 |
|---|---|
|
Namespace |
WinJS.UI |
See also
Show: