ASP.NET Pack Programmer's Guide
CollectionItemInsertEventArgs(T) Members
Constructors Properties
 


A class that holds event data for events raised when an item in a strongly typed collection is inserted.

The following tables list the members exposed by the CollectionItemInsertEventArgs(T) type.

 Public Constructors

  Name Description

CollectionItemInsertEventArgs

Initializes a new instance of the CollectionItemInsertEventArgs class.

 Public Properties

  Name Description

Index

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

Item

Gets the item that is inserted.

 See Also

CollectionItemInsertEventArgs(T) Class
MindFusion.Scheduling Namespace