C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / C1BindingSource Class / ResetBindings Method
The System.Boolean value specifying whether the metadata has been changed.

In This Topic
ResetBindings Method
In This Topic
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 _
) 
 

Parameters

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