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





Raises the InsertComplete event.

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

 Syntax

C#  Copy Code

protected virtual void OnInsertComplete (
    int index,
    T item
)

Visual Basic  Copy Code

Protected Overridable Sub OnInsertComplete( _
    index As Integer, _
    item As T _
)

 Parameters

index

Type: Int32
The zero-based index in the collection where the item has been inserted.

item

Type: T
The item that has been inserted.

 See Also

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