Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IXPModificationsStore Methods

Implemented by classes that store information about the modified properties.
Name Description
ClearModifications() Clears modifications in the current IXPModificationsStore.
GetPropertyModified(XPMemberInfo) Checks whether or not the member is modified.
GetPropertyOldValue(XPMemberInfo) Returns the old value of the member.
HasModifications() Checks if there are modifications in the current IXPModificationsStore.
ResetPropertyModified(XPMemberInfo) Resets the member’s modification.
SetPropertyModified(XPMemberInfo, Object) Marks the member as modified.
See Also