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





Raises the Insert event.

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

 Syntax

C#  Copy Code

protected virtual void OnInsert (
    int index,
    T item
)

Visual Basic  Copy Code

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

 Parameters

index

The zero-based index in the collection where the item is inserted.

item

The item to insert.

 See Also

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