SportTracks 2.0 API
NotifyDataChangedAction Enumeration
SportTracks 2.0 APIZoneFiveSoftware.Common.DataNotifyDataChangedAction
Type of data change event.
Declaration Syntax
C#Visual Basic
public enum NotifyDataChangedAction
Public Enumeration NotifyDataChangedAction
Members
MemberDescription
Add
Data was added. Refer to the NewItems collection.

Remove
Data was removed. Refer to the OldItems collection.

Replace
Data was replaced. Refer to the OldItems and NewItems collection. Items in OldItems were replaced by items in NewItems.

PropertySet
A property on a specified element was changed. Refer to NewItems and PropertySet.

Assembly: Common.Data (Module: Common.Data) Version: 2.0.2972.36983