IListNotificationHandler.changed method

Indicates that an item changed.

Syntax

iListNotificationHandler.changed(newItem, oldItem);

Parameters

  • newItem
    Type: IItem**

    The updated item.

  • oldItem
    Type: IItem**

    The original item.

Return value

This method does not return a value.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

IListNotificationHandler