Class
NotifyCollectionChangeEventArgs

Provides data for the event that notifies listeners of changes to a collection, such as when items are added or removed.

Definition

Namespace:Telerik.Windows.Documents.Utils

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class NotifyCollectionChangeEventArgs : PropertyChangedEventArgs

Inheritance: objectEventArgsPropertyChangedEventArgsNotifyCollectionChangeEventArgs

Inherited Members PropertyChangedEventArgs.PropertyNameEventArgs.Empty

Constructors

NotifyCollectionChangeEventArgs(int, string)

Declaration

cs-api-definition
public NotifyCollectionChangeEventArgs(int index, string propertyName)

Parameters

index

int

propertyName

string

Properties

Index

Represents the index of the changed item in the collection.

Declaration

cs-api-definition
public int Index { get; set; }

Property Value

int

The zero-based index of the changed item.