PocketPlanner Programmer's Guide

DateCollection.OnRemoveComplete Method

See Also

CollectionBase.OnRemoveComplete override.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

protected virtual void OnRemoveComplete (
    int index,
    Object value
)

Visual Basic

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

 Parameters

index

The zero-based index at which value can be found.

value
The value of the element to remove from index.

 See Also