In This Article

PropertyRefreshReason Enum

Specifies the reason a property is being refreshed.

public enum PropertyRefreshReason

Fields

Name Description
ChildPropertyValueChanged

Indicates that a child property's value has changed.

CollectionItemAdded

Indicates that an item was added to the property's collection value.

CollectionItemRemoved

Indicates that an item was removed from the property's collection value.

StandardValuesChanged

Indicates that the standard values have changed.

ValueChanged

Indicates that the property's value has changed.