Class
NotifyCollectionItemAddedEventArgs

Definition

Namespace:Telerik.WinForms.Documents.Utils

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class NotifyCollectionItemAddedEventArgs : EventArgs

Inheritance: objectEventArgsNotifyCollectionItemAddedEventArgs

Inherited Members EventArgs.Empty

Constructors

NotifyCollectionItemAddedEventArgs(int)

Declaration

cs-api-definition
public NotifyCollectionItemAddedEventArgs(int index)

Parameters

index

int

Properties

Index

Declaration

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

Property Value

int