MindFusion.Scheduling for Silverlight Programmer's Guide
SortedObservableCollection(T).SetItem Method
See Also
 





ObservableCollection<T>.SetItem override.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

protected override void SetItem (
    int index,
    T item
)

Visual Basic  Copy Code

Protected Overrides Sub SetItem( _
    index As Integer, _
    item As T _
)

 Parameters

index
The zero-based index of the element to replace.
item
The new value for the element at the specified index.

 See Also

SortedObservableCollection(T) Members
SortedObservableCollection(T) Class
MindFusion.DataViews.Silverlight Namespace