ASP.NET Pack Programmer's Guide
StateCollection(T).OnSetComplete Method
See Also
 





Raises the SetComplete event.

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

 Syntax

C#  Copy Code

protected virtual void OnSetComplete (
    int index,
    T oldItem,
    T newItem
)

Visual Basic  Copy Code

Protected Overridable Sub OnSetComplete( _
    index As Integer, _
    oldItem As T, _
    newItem As T _
)

 Parameters

index

The zero-based index in the collection where the item was set.

oldItem

The old item.

newItem

The new item.

 See Also

StateCollection(T) Members
StateCollection(T) Class
MindFusion.Scheduling Namespace