removed method
Collapse the table of content
Expand the table of content

ListNotificationHandler.removed method

Applies to Windows and Windows Phone

Indicates that an item was removed.

Syntax


listNotificationHandler.removed(handle, mirage);

Parameters

handle

Type: String

The temporary ID of the item that was removed.

mirage

Type: Boolean

true if the item never actually existed; false if the item was actually present in the IListDataSource.

Return value

This method does not return a value.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

ListNotificationHandler

 

 

Show:
© 2017 Microsoft