MindFusion.Scheduling for ASP.NET Programmer's Guide
TimetableDateCollection.OnRemoveComplete Method
See Also
 





CollectionBase.OnRemoveComplete override.

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

 Syntax

C#  Copy Code

protected override void OnRemoveComplete (
    int index,
    Object value
)

Visual Basic  Copy Code

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

 Parameters

index

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

value

Type: Object
The value of the element to remove from index.

 See Also

TimetableDateCollection Members
TimetableDateCollection Class
MindFusion.Scheduling.WebForms Namespace