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


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

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

 Public Constructors

  Name Description

CollectionItemSetEventArgs

Initializes a new instance of the CollectionItemSetEventArgs class with the specified parameters.

 Public Properties

  Name Description

Index

Gets the zero based index where the item is set.

NewItem

Gets the new item.

OldItem

Gets the old item.

 See Also

CollectionItemSetEventArgs(T) Class
MindFusion.Scheduling Namespace