ComponentOne Scheduler for WPF and Silverlight
ResetItem Method (C1BindingSource)

C1.C1Schedule Namespace > C1BindingSource Class : 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 System.Integer _
) 
public void ResetItem( 
   System.int itemIndex
)

Parameters

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

Reference

C1BindingSource Class
C1BindingSource Members