ASP.NET Pack Programmer's Guide
CollectionItemInsertEventArgs(T) Constructor
See Also
 





Initializes a new instance of the CollectionItemInsertEventArgs class.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public CollectionItemInsertEventArgs<T> (
    int index,
    T item
)

Visual Basic  Copy Code

Public New (Of T) ( _
    index As Integer, _
    item As T _
)

 Parameters

index

The zero based index where the item is inserted in the collection.

item

The item that is inserted.

 See Also

CollectionItemInsertEventArgs(T) Class
MindFusion.Scheduling Namespace