[This is preliminary documentation and is subject to change.]

The type of change stored in a PropertyContainerChangedEventArgs object.

Namespace: Spielwerke.Data
Assembly:  Spielwerke.Data (in Spielwerke.Data.dll)
Version: 1.0.2761.41972

Syntax

C#
public enum ChangeType
Visual Basic (Declaration)
Public Enumeration ChangeType
Visual C++
public enum class ChangeType

Members

Member nameDescription
PropertyAdded
A property was added to the list.
PropertyRemoved
A property was removed from the list.
Reset
Several properties were removed/added or the entire collection changed.

See Also

Spielwerke.Data Namespace