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