IChangeTracking Interface

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Defines the mechanism for querying the object for changes and resetting of the changed status.

Namespace:  System.ComponentModel
Assembly:  System (in System.dll)

Syntax

'Declaration
Public Interface IChangeTracking
public interface IChangeTracking

The IChangeTracking type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsChanged Gets the object's changed status.

Top

Methods

  Name Description
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 AcceptChanges Resets the object’s state to unchanged by accepting the modifications.

Top

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Xbox 360, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference