[]
Initializes a new instance of the SourceChangeEventArgs<T> class.
public SourceChangeEventArgs(T item, SourceChangeType changeType, int ordinal)
Type | Name | Description |
---|---|---|
T | item | Changed object. |
SourceChangeType | changeType | Type of change. |
int | ordinal | Ordinal position of the changed item. |