ComponentOne Scheduler for WinForms
ResetBindings Method

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > C1BindingSource Class : ResetBindings Method
The System.Boolean value specifying whether the metadata has been changed.
Causes a control bound to the C1BindingSource to reread all the items in the list and refresh their displayed values.
Syntax
'Declaration
 
Public Sub ResetBindings( _
   ByVal metadataChanged As System.Boolean _
) 
public void ResetBindings( 
   System.bool metadataChanged
)

Parameters

metadataChanged
The System.Boolean value specifying whether the metadata has been changed.
See Also

Reference

C1BindingSource Class
C1BindingSource Members