Scheduler for WinRT
ResetItem Method


The zero-based index of item to re-read.
Causes a control bound to the C1BindingSource to re-read the item at the specified index, and refresh its displayed value.
Syntax
'Declaration
 
Public Sub ResetItem( _
   ByVal itemIndex As Integer _
) 
'Usage
 
Dim instance As C1BindingSource
Dim itemIndex As Integer
 
instance.ResetItem(itemIndex)
public void ResetItem( 
   int itemIndex
)

Parameters

itemIndex
The zero-based index of item to re-read.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1BindingSource Class
C1BindingSource Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.