SportTracks 2.0 API
NotifyDataChangedEventArgs Class
SportTracks 2.0 APIZoneFiveSoftware.Common.DataNotifyDataChangedEventArgs
Specifies what data was changed and how it was changed.
Declaration Syntax
C#Visual Basic
public class NotifyDataChangedEventArgs : EventArgs
Public Class NotifyDataChangedEventArgs _
	Inherits EventArgs
Members
All MembersConstructorsFields



IconMemberDescription
NotifyDataChangedEventArgs(NotifyDataChangedAction)
Construct a data changed event of the specified type.

Action
The type of data change event.

NewItems
New items either added to the collection, replacing old items, or those which had properties changed.

OldItems
Old items replaced or removed.

PropertiesSet
When Action is PropertySet, indicates which property was changed.

Inheritance Hierarchy
Object
EventArgs
 NotifyDataChangedEventArgs

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