Class NotifyCollectionItemAddedEventArgs
Inheritance
System.Object
NotifyCollectionItemAddedEventArgs
Namespace: Telerik.Windows.Documents.Utils
Assembly: Telerik.Windows.Documents.dll
Syntax
public class NotifyCollectionItemAddedEventArgs : EventArgs
Constructors
NotifyCollectionItemAddedEventArgs(Int32)
Declaration
public NotifyCollectionItemAddedEventArgs(int index)
Parameters
System.Int32
index
|
Properties
Index
Declaration
public int Index { get; }
Property Value
System.Int32
|