MindFusion.Scheduling for ASP.NET Programmer's Guide
StateCollection(T).OnSet Method
See Also
 





Raises the Set event.

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

index

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

oldItem

Type: T
The old item.

newItem

Type: T
The new item.

 See Also

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