GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / TaskCollection Class / ResetItem Method
The zero-based index of the item that has changed.

In This Topic
    ResetItem Method (TaskCollection)
    In This Topic
    Causes a control bound to the collection to reread the item at the specified index, and refresh its displayed value.
    Syntax
    'Declaration
     
    Public Sub ResetItem( _
       ByVal position As Integer _
    ) 
    public void ResetItem( 
       int position
    )

    Parameters

    position
    The zero-based index of the item that has changed.
    See Also