PocketPlanner Programmer's Guide

DateCollection.OnInsertComplete Method

See Also

CollectionBase.OnInsertComplete override.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

protected virtual void OnInsertComplete (
    int index,
    Object value
)

Visual Basic

Protected Overridable Sub OnInsertComplete ( _
    index As Integer, _
    value As Object _
)

 Parameters

index
The zero-based index where the item was inserted.
value
The inserted item.

 See Also