Initializes a new instance of the CollectionItemSetEventArgs class with the specified parameters.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public CollectionItemSetEventArgs<T> ( |
Visual Basic
![]() |
---|
Public New (Of T) ( _ |
Type: Int32
The zero based index in the collection, where the item is set.
Type: T
The old item.
Type: T
The new item.