MindFusion.Scheduling for ASP.NET Programmer's Guide
CollectionItemSetEventArgs(T) Constructor
See Also
 





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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public CollectionItemSetEventArgs<T> (
    int index,
    T oldItem,
    T newItem
)

Visual Basic  Copy Code

Public New (Of T) ( _
    index As Integer, _
    oldItem As T, _
    newItem As T _
)

 Parameters

index

Type: Int32
The zero based index in the collection, where the item is set.

oldItem

Type: T
The old item.

newItem

Type: T
The new item.

 See Also

CollectionItemSetEventArgs(T) Class
MindFusion.Scheduling Namespace