MindFusion WinForms Programmer's Guide
DateCollection.OnRemoveComplete Method
See Also
 





CollectionBase.OnRemoveComplete override.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 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

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

value
The value of the element to remove from index.

 See Also

DateCollection Members
DateCollection Class
MindFusion.Scheduling.WinForms Namespace