Class NotifyCollectionChangeEventArgs
Inheritance
System.Object
NotifyCollectionChangeEventArgs
Namespace: Telerik.WinForms.Documents.Utils
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class NotifyCollectionChangeEventArgs : PropertyChangedEventArgs
Constructors
NotifyCollectionChangeEventArgs(Int32, String)
Declaration
public NotifyCollectionChangeEventArgs(int index, string propertyName)
Parameters
System.Int32
index
|
System.String
propertyName
|
Properties
Index
Declaration
public int Index { get; set; }
Property Value
System.Int32
|