[]
        
(Showing Draft Content)

C1.LiveLinq.SourceChangeEventArgs-1

SourceChangeEventArgs<T> Class

Provides data for the Changed event.

Inheritance
SourceChangeEventArgs<T>
Namespace: C1.LiveLinq
Assembly: C1.LiveLinq.4.8.dll
Syntax
public class SourceChangeEventArgs<T> : EventArgs, IEquatable<SourceChangeEventArgs<T>>
Type Parameters
Name Description
T

Type of the changed object.

Constructors

Name Description
SourceChangeEventArgs(T, SourceChangeType, int)

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

Properties

Name Description
ChangeType

Gets the type of change.

Item

Gets the object that is being changed.

Ordinal

Gets the ordinal position of the collection item that is being changed.

Methods

Name Description
Equals(SourceChangeEventArgs<T>)

Determines whether the specified object is equal to the current object.

Equals(object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Return a hash code for this instance.

ToString()

Returns a string that represents this instance of SourceChangeEventArgs<T>.

Extension Methods