[]
        
(Showing Draft Content)

C1.LiveLinq.SourceChangeEventArgs-1.-ctor

SourceChangeEventArgs Constructor

SourceChangeEventArgs(T, SourceChangeType, int)

Initializes a new instance of the SourceChangeEventArgs<T> class.

Declaration
public SourceChangeEventArgs(T item, SourceChangeType changeType, int ordinal)
Parameters
Type Name Description
T item

Changed object.

SourceChangeType changeType

Type of change.

int ordinal

Ordinal position of the changed item.